Spaces:
Sleeping
Sleeping
Commit
·
b6df80d
1
Parent(s):
de849fc
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ mychatbot = gr.Chatbot(
|
|
58 |
demo = gr.ChatInterface(
|
59 |
fn=generate,
|
60 |
chatbot=mychatbot,
|
61 |
-
title="
|
62 |
retry_btn=None,
|
63 |
undo_btn=None,
|
64 |
theme="ParityError/Interstellar" # Hinzufügen des Themes hier
|
|
|
58 |
demo = gr.ChatInterface(
|
59 |
fn=generate,
|
60 |
chatbot=mychatbot,
|
61 |
+
title="Einfach Mixtral",
|
62 |
retry_btn=None,
|
63 |
undo_btn=None,
|
64 |
theme="ParityError/Interstellar" # Hinzufügen des Themes hier
|