crystalkalem commited on
Commit
1b84178
·
verified ·
1 Parent(s): c4fb71b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def generate(message, history,temperature=0.75,max_tokens=768):
18
  yield response
19
 
20
  mychatbot = gr.Chatbot(
21
- avatar_images=["user.png", "bots.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
22
 
23
  iface = gr.ChatInterface(fn=generate, chatbot=mychatbot, retry_btn="Retry", undo_btn="Undo")
24
 
 
18
  yield response
19
 
20
  mychatbot = gr.Chatbot(
21
+ avatar_images=["user.png", "bots.png"], bubble_full_width=True, show_label=False, show_copy_button=True, likeable=True,)
22
 
23
  iface = gr.ChatInterface(fn=generate, chatbot=mychatbot, retry_btn="Retry", undo_btn="Undo")
24