pabloce commited on
Commit
e5e9b2a
·
verified ·
1 Parent(s): 81440e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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(scale=1, placeholder=PLACEHOLDER)
 
 
 
 
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__":