Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -13,7 +13,7 @@ if sys.platform == "win32":
|
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
@st.cache_resource
|
| 19 |
def load_prediction_model():
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
+
#-------------------- Part 1: Prediction --------------------
|
| 17 |
|
| 18 |
@st.cache_resource
|
| 19 |
def load_prediction_model():
|