24Sureshkumar commited on
Commit
642ed28
·
verified ·
1 Parent(s): c63cef3

Update app.sh

Browse files
Files changed (1) hide show
  1. app.sh +2 -0
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
+