Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,8 @@ demo = gr.ChatInterface(
|
|
58 |
title="Einfach Mixtral",
|
59 |
retry_btn=None,
|
60 |
undo_btn=None,
|
61 |
-
theme="syddharth/gray-minimal" #
|
62 |
)
|
63 |
|
|
|
64 |
demo.queue().launch(show_api=False)
|
|
|
58 |
title="Einfach Mixtral",
|
59 |
retry_btn=None,
|
60 |
undo_btn=None,
|
61 |
+
theme="syddharth/gray-minimal" # Ändere das Theme hier
|
62 |
)
|
63 |
|
64 |
+
|
65 |
demo.queue().launch(show_api=False)
|