moazzamdev commited on
Commit
3f5095a
·
verified ·
1 Parent(s): 2bfe5a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,13 +12,13 @@ def main():
12
  with st.sidebar:
13
  selection = option_menu(
14
  menu_title="Main Menu",
15
- options=["About Gemini","Text, Visual, PDF Queries", "Image Generation"],
16
  icons=["book","pencil", "image"],
17
  menu_icon="cast",
18
  default_index=1
19
  )
20
 
21
- if selection == "Text, Visual, PDF Queries":
22
  text()
23
 
24
  elif selection == "Image Generation":
 
12
  with st.sidebar:
13
  selection = option_menu(
14
  menu_title="Main Menu",
15
+ options=["About Gemini","Multimodal", "Image Generation"],
16
  icons=["book","pencil", "image"],
17
  menu_icon="cast",
18
  default_index=1
19
  )
20
 
21
+ if selection == "Multimodal":
22
  text()
23
 
24
  elif selection == "Image Generation":