Yashvj123 commited on
Commit
4863220
·
verified ·
1 Parent(s): dbf472e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -62,7 +62,7 @@ st.markdown("""
62
 
63
  # Navigation State
64
  if "current_page" not in st.session_state:
65
- st.session_state.current_page = "Model Report"
66
 
67
  def switch_page(page):
68
  st.session_state.current_page = page
@@ -828,6 +828,3 @@ elif st.session_state.current_page == "Hands-on Model":
828
  """,
829
  unsafe_allow_html=True,
830
  )
831
-
832
- if st.button("⬅ **Back to Model Report**"):
833
- switch_page("Model Report")
 
62
 
63
  # Navigation State
64
  if "current_page" not in st.session_state:
65
+ st.session_state.current_page = "Model Pipeline"
66
 
67
  def switch_page(page):
68
  st.session_state.current_page = page
 
828
  """,
829
  unsafe_allow_html=True,
830
  )