ehristoforu commited on
Commit
afa6fa5
1 Parent(s): 15e6e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ examples=[
59
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",
60
  ]
61
 
62
- chatbot = gr.Chatbot(label="PigeonChat",avatar_images=('user.png', 'bot.png'), bubble_full_width = False)
63
 
64
 
65
  gr.ChatInterface(engine, chatbot = chatbot, title=title, description=description, examples=examples).launch(share=False, debug=False, show_error=False, show_api=False)
 
59
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",
60
  ]
61
 
62
+ chatbot = gr.Chatbot(label="PigeonChat",avatar_images=('user.png', 'bot.png'), min_width=260, show_share_button=False, show_copy_button=True, bubble_full_width = False)
63
 
64
 
65
  gr.ChatInterface(engine, chatbot = chatbot, title=title, description=description, examples=examples).launch(share=False, debug=False, show_error=False, show_api=False)