Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ mychatbot = gr.Chatbot(
|
|
| 55 |
demo = gr.ChatInterface(
|
| 56 |
fn=generate,
|
| 57 |
chatbot=mychatbot,
|
| 58 |
-
title="Einfach
|
| 59 |
retry_btn=None,
|
| 60 |
undo_btn=None,
|
| 61 |
theme="syddharth/gray-minimal" # Ändere das Theme hier
|
|
|
|
| 55 |
demo = gr.ChatInterface(
|
| 56 |
fn=generate,
|
| 57 |
chatbot=mychatbot,
|
| 58 |
+
title="Einfach Alex Demo Chat",
|
| 59 |
retry_btn=None,
|
| 60 |
undo_btn=None,
|
| 61 |
theme="syddharth/gray-minimal" # Ändere das Theme hier
|