awacke1 commited on
Commit
cc1a7b6
ยท
verified ยท
1 Parent(s): 6dad19d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -553,12 +553,12 @@ def handle_powerpoint_integration(access_token):
553
 
554
 
555
  def main():
556
- st.title("๐Ÿฆ„ MS Graph API with AI & Cloud Integration for M365")
557
 
558
  # Sticky Menu
559
  sticky_menu()
560
 
561
- st.sidebar.title("๐Ÿ“ M365 Products")
562
  st.sidebar.write("Select products to integrate:")
563
 
564
  selected_products = {}
 
553
 
554
 
555
  def main():
556
+ # st.title("๐Ÿฆ„ MS Graph API with AI & Cloud Integration for M365")
557
 
558
  # Sticky Menu
559
  sticky_menu()
560
 
561
+ # st.sidebar.title("๐Ÿ“ M365 Products")
562
  st.sidebar.write("Select products to integrate:")
563
 
564
  selected_products = {}