Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ demo = gr.ChatInterface(
|
|
| 56 |
title="Einfach Mixtral",
|
| 57 |
retry_btn=None,
|
| 58 |
undo_btn=None,
|
| 59 |
-
theme="
|
| 60 |
)
|
| 61 |
|
| 62 |
demo.queue().launch(show_api=False)
|
|
|
|
| 56 |
title="Einfach Mixtral",
|
| 57 |
retry_btn=None,
|
| 58 |
undo_btn=None,
|
| 59 |
+
theme="syddharth/gray-minimal" # Hinzufügen des Themes hier
|
| 60 |
)
|
| 61 |
|
| 62 |
demo.queue().launch(show_api=False)
|