Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,9 +78,4 @@ if file is not None:
|
|
| 78 |
if os.path.exists(output_file):
|
| 79 |
os.remove(output_file)
|
| 80 |
|
| 81 |
-
|
| 82 |
-
if __name__ == '__main__':
|
| 83 |
-
import streamlit.cli as stcli
|
| 84 |
-
import sys
|
| 85 |
-
sys.argv = ["streamlit", "run", __file__]
|
| 86 |
-
sys.exit(stcli.main())
|
|
|
|
| 78 |
if os.path.exists(output_file):
|
| 79 |
os.remove(output_file)
|
| 80 |
|
| 81 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|