Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
%%writefile deployment_files/app.py
|
| 2 |
import streamlit as st
|
| 3 |
# REMOVED: import os (we still need it for safety later, but the primary ENV setting goes to Docker)
|
| 4 |
import time
|
|
|
|
| 1 |
+
# %%writefile deployment_files/app.py
|
| 2 |
import streamlit as st
|
| 3 |
# REMOVED: import os (we still need it for safety later, but the primary ENV setting goes to Docker)
|
| 4 |
import time
|