24Sureshkumar commited on
Commit
cc35a90
·
verified ·
1 Parent(s): c8370cc

Update app.sh

Browse files
Files changed (1) hide show
  1. app.sh +6 -1
app.sh CHANGED
@@ -1,2 +1,7 @@
 
 
1
  #!/bin/bash
2
- streamlit run app.py --server.port 7860 --server.address 0.0.0.0
 
 
 
 
1
+ # #!/bin/bash
2
+ # streamlit run app.py --server.port 7860 --server.address 0.0.0.0
3
  #!/bin/bash
4
+ # Make sure it's executable: chmod +x app.sh
5
+
6
+ # Launch your Streamlit app
7
+ streamlit run app.py