Spaces:
Runtime error
Runtime error
Update app.sh
Browse files
app.sh
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
#
|
|
|
|
| 3 |
streamlit run app.py --server.port 7860 --server.address 0.0.0.0
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
# Install dependencies and run Streamlit app
|
| 3 |
+
pip install -r requirements.txt
|
| 4 |
streamlit run app.py --server.port 7860 --server.address 0.0.0.0
|