Add Streamlit Docker auto-sync deployment
This commit is contained in:
@@ -4,8 +4,5 @@
|
||||
# Change to the project directory (same folder as this script)
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# Activate the virtual environment
|
||||
source .venv/bin/activate
|
||||
|
||||
# Launch Streamlit (opens browser automatically)
|
||||
streamlit run app.py
|
||||
# Launch Streamlit from the project virtual environment (opens browser automatically)
|
||||
.venv/bin/python -m streamlit run app.py
|
||||
|
||||
Reference in New Issue
Block a user