https://github.com/rblcoder/streamlit-app
https://github.com/rblcoder/streamlit-app
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rblcoder/streamlit-app
- Owner: rblcoder
- License: mit
- Created: 2024-09-15T11:42:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T04:05:23.000Z (over 1 year ago)
- Last Synced: 2025-04-03T04:41:37.090Z (about 1 year ago)
- Language: Python
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-app
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the app:
streamlit run app.py