https://github.com/roscibely/usg_sjn
https://github.com/roscibely/usg_sjn
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roscibely/usg_sjn
- Owner: roscibely
- Created: 2023-09-05T14:28:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T00:57:22.000Z (over 1 year ago)
- Last Synced: 2025-01-21T21:47:13.952Z (9 months ago)
- Language: Python
- Homepage: https://usgsjn.streamlit.app/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run
```bash
$ streamlit run main.py
```In virtual codespace
```bash
$ streamlit run main.py --server.enableCORS false --server.enableXsrfProtection false
```