Update src/streamlit_app.py
Browse files- 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 |
-
|
| 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 |
-
|
| 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 |
|