Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Update Copilot.py
Browse files- Copilot.py +2 -2
Copilot.py
CHANGED
@@ -11,8 +11,8 @@ def main():
|
|
11 |
selection = option_menu(
|
12 |
menu_title="OpenCopilot",
|
13 |
options=["Vanilla Chat", "Chat with Image", "Image Creator"],
|
14 |
-
icons=["
|
15 |
-
menu_icon="bi bi-
|
16 |
default_index=0
|
17 |
)
|
18 |
|
|
|
11 |
selection = option_menu(
|
12 |
menu_title="OpenCopilot",
|
13 |
options=["Vanilla Chat", "Chat with Image", "Image Creator"],
|
14 |
+
icons=["pencil", "chat", "image"],
|
15 |
+
menu_icon="bi bi-brilliance",
|
16 |
default_index=0
|
17 |
)
|
18 |
|