transpolymer commited on
Commit
0c4ff27
Β·
verified Β·
1 Parent(s): 8736226

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import contact
11
 
12
  # βœ… Navigation Sidebar
13
  st.sidebar.title("πŸ”— Navigation")
14
- page = st.sidebar.radio("Select a Page", ["Home", "Predictions", "About", "Contact"])
15
 
16
  # βœ… Optional: Override via URL (?page=Contact)
17
  query_params = st.query_params
 
11
 
12
  # βœ… Navigation Sidebar
13
  st.sidebar.title("πŸ”— Navigation")
14
+ page = st.sidebar.radio("Select a Page", ["Home", "Predictions", "About", "Help"])
15
 
16
  # βœ… Optional: Override via URL (?page=Contact)
17
  query_params = st.query_params