kamran-r123 commited on
Commit
e6c11b4
·
1 Parent(s): f16951b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ additional_inputs=[
86
  ]
87
 
88
  mychatbot = gr.Chatbot(
89
- avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
90
 
91
  demo = gr.ChatInterface(fn=generate,
92
  chatbot=mychatbot,
 
86
  ]
87
 
88
  mychatbot = gr.Chatbot(
89
+ avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=False)
90
 
91
  demo = gr.ChatInterface(fn=generate,
92
  chatbot=mychatbot,