Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ demo = gr.ChatInterface(
|
|
170 |
undo_btn="Undo",
|
171 |
clear_btn="Clear",
|
172 |
submit_btn="Send",
|
173 |
-
description="Cognitive Computation: Chat Dolphin 🐬
|
174 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
175 |
)
|
176 |
|
|
|
170 |
undo_btn="Undo",
|
171 |
clear_btn="Clear",
|
172 |
submit_btn="Send",
|
173 |
+
description="Cognitive Computation: Chat Dolphin 🐬",
|
174 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
175 |
)
|
176 |
|