Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,6 @@ import os
|
|
| 5 |
# Ensure Streamlit writes config to a safe location
|
| 6 |
os.environ["STREAMLIT_HOME"] = "./.streamlit"
|
| 7 |
os.makedirs(os.environ["STREAMLIT_HOME"], exist_ok=True)
|
| 8 |
-
|
| 9 |
-
|
| 10 |
st.set_page_config(page_title="SuperKart Sales Predictor", page_icon="π")
|
| 11 |
st.title("π SuperKart Sales Prediction")
|
| 12 |
st.markdown("Enter product and store details below to get the predicted sales.")
|
|
|
|
| 5 |
# Ensure Streamlit writes config to a safe location
|
| 6 |
os.environ["STREAMLIT_HOME"] = "./.streamlit"
|
| 7 |
os.makedirs(os.environ["STREAMLIT_HOME"], exist_ok=True)
|
|
|
|
|
|
|
| 8 |
st.set_page_config(page_title="SuperKart Sales Predictor", page_icon="π")
|
| 9 |
st.title("π SuperKart Sales Prediction")
|
| 10 |
st.markdown("Enter product and store details below to get the predicted sales.")
|