Lokiiparihar commited on
Commit
5f69eae
Β·
verified Β·
1 Parent(s): 20561ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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.")