awacke1 commited on
Commit
86ccf08
·
verified ·
1 Parent(s): 19f426a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -796,7 +796,8 @@ def main():
796
 
797
  else:
798
  st.write("No products selected. Please select products from the sidebar.")
799
-
 
800
 
801
  if __name__ == "__main__":
802
  main()
 
796
 
797
  else:
798
  st.write("No products selected. Please select products from the sidebar.")
799
+
800
+ TopCalendarSchedulingAPI()
801
 
802
  if __name__ == "__main__":
803
  main()