Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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":
|