jessicayang commited on
Commit
372923c
Β·
verified Β·
1 Parent(s): 1e5d6c6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -321,7 +321,7 @@ elif page == "Model Tracker πŸ“Š":
321
  else:
322
  st.warning("No runs with MAE metric found in this experiment.")
323
 
324
- if page == "Conclusion πŸ“Œ":
325
  st.title("πŸ“Œ Conclusion and Insights")
326
 
327
  st.subheader("πŸ” Delivery Strategy Recommendations Based on Our Analysis")
@@ -365,7 +365,7 @@ if page == "Conclusion πŸ“Œ":
365
  3. **Expand Dataset**: Include orders from multiple cities to improve generalization across delivery environments.
366
  """)
367
 
368
- if page == "What-If Simulator πŸ”":
369
  st.title("πŸ” What-If Simulator")
370
  st.markdown("### Adjust inputs to simulate delivery time!")
371
 
 
321
  else:
322
  st.warning("No runs with MAE metric found in this experiment.")
323
 
324
+ elif page == "Conclusion πŸ“Œ":
325
  st.title("πŸ“Œ Conclusion and Insights")
326
 
327
  st.subheader("πŸ” Delivery Strategy Recommendations Based on Our Analysis")
 
365
  3. **Expand Dataset**: Include orders from multiple cities to improve generalization across delivery environments.
366
  """)
367
 
368
+ elif page == "What-If Simulator πŸ”":
369
  st.title("πŸ” What-If Simulator")
370
  st.markdown("### Adjust inputs to simulate delivery time!")
371