Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,11 @@ demo = gr.ChatInterface(
|
|
284 |
examples = (examples),
|
285 |
description="Llama-cpp-agent: Chat Web Search DDG Agent",
|
286 |
analytics_enabled=False,
|
287 |
-
chatbot=gr.Chatbot(
|
|
|
|
|
|
|
|
|
288 |
)
|
289 |
|
290 |
if __name__ == "__main__":
|
|
|
284 |
examples = (examples),
|
285 |
description="Llama-cpp-agent: Chat Web Search DDG Agent",
|
286 |
analytics_enabled=False,
|
287 |
+
chatbot=gr.Chatbot(
|
288 |
+
scale=1,
|
289 |
+
placeholder=PLACEHOLDER,
|
290 |
+
show_copy_button=True
|
291 |
+
)
|
292 |
)
|
293 |
|
294 |
if __name__ == "__main__":
|