ehristoforu commited on
Commit
ad0d335
·
verified ·
1 Parent(s): c79f760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def main():
14
  options=["Home", "Vanilla Chat", "Chat with Image", "Image Creator"],
15
  icons=["house", "pencil", "chat", "image"],
16
  menu_icon="cast",
17
- default_index=1
18
  )
19
 
20
  if selection == "Home":
 
14
  options=["Home", "Vanilla Chat", "Chat with Image", "Image Creator"],
15
  icons=["house", "pencil", "chat", "image"],
16
  menu_icon="cast",
17
+ default_index=0
18
  )
19
 
20
  if selection == "Home":