Update app.sh
Browse files
app.sh
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
# #!/bin/bash
|
2 |
# streamlit run app.py --server.port 7860 --server.address 0.0.0.0
|
3 |
#!/bin/bash
|
|
|
4 |
streamlit run app.py
|
5 |
|
6 |
|
|
|
|
1 |
# #!/bin/bash
|
2 |
# streamlit run app.py --server.port 7860 --server.address 0.0.0.0
|
3 |
#!/bin/bash
|
4 |
+
pip install -r requirements.txt
|
5 |
streamlit run app.py
|
6 |
|
7 |
|
8 |
+
|