24Sureshkumar commited on
Commit
37bec43
·
verified ·
1 Parent(s): 1437058

Update app.sh

Browse files
Files changed (1) hide show
  1. app.sh +3 -3
app.sh CHANGED
@@ -1,3 +1,3 @@
1
- @echo off
2
- call venv\Scripts\activate
3
- streamlit run app.py
 
1
+ #!/bin/bash
2
+ export PYTHONUNBUFFERED=1
3
+ streamlit run app.py