awacke1 commited on
Commit
9278da7
·
verified ·
1 Parent(s): 1757eaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -21
app.py CHANGED
@@ -556,27 +556,6 @@ def main():
556
  # Add more product integrations here
557
  else:
558
  st.write("No products selected. Please select products from the sidebar.")
559
-
560
-
561
-
562
- # Handle navigation based on the selected section
563
- if selected_section == 'dashboard':
564
- dashboard(access_token)
565
- elif selected_section == 'landing-page':
566
- landing_page()
567
- elif selected_section == 'upcoming-events':
568
- upcoming_events(access_token)
569
- elif selected_section == 'schedule':
570
- schedule(access_token)
571
- elif selected_section == 'agenda':
572
- agenda(access_token)
573
- elif selected_section == 'event-details':
574
- event_details(access_token)
575
- elif selected_section == 'add-event':
576
- add_event(access_token)
577
- elif selected_section == 'filter-by':
578
- filter_by(access_token)
579
-
580
 
581
 
582
  if __name__ == "__main__":
 
556
  # Add more product integrations here
557
  else:
558
  st.write("No products selected. Please select products from the sidebar.")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
 
560
 
561
  if __name__ == "__main__":