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