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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -17,7 +17,9 @@ def main():
17
  default_index=1
18
  )
19
 
20
- if selection == "Vanilla Chat":
 
 
21
  text()
22
 
23
  elif selection == "Chat with Image":
@@ -26,8 +28,7 @@ def main():
26
  elif selection == "Image Creator":
27
  sdxl()
28
 
29
- elif selection == "Home":
30
- details()
31
 
32
 
33
  if __name__ == '__main__':
 
17
  default_index=1
18
  )
19
 
20
+ if selection == "Home":
21
+ details()
22
+ elif selection == "Vanilla Chat":
23
  text()
24
 
25
  elif selection == "Chat with Image":
 
28
  elif selection == "Image Creator":
29
  sdxl()
30
 
31
+
 
32
 
33
 
34
  if __name__ == '__main__':