Niharmahesh commited on
Commit
10ca838
·
verified ·
1 Parent(s): 5b113cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ def main():
301
 
302
  # Sidebar for navigation
303
  st.sidebar.title("Navigation")
304
- page = st.sidebar.radio("Go to", ["Dashboard", "Data Explorer","About","Download "])
305
 
306
  if page == "Dashboard":
307
  display_dashboard(df)
 
301
 
302
  # Sidebar for navigation
303
  st.sidebar.title("Navigation")
304
+ page = st.sidebar.radio("Go to", ["Dashboard", "Data Explorer","About"])
305
 
306
  if page == "Dashboard":
307
  display_dashboard(df)