prithivMLmods commited on
Commit
7e9d65c
·
verified ·
1 Parent(s): c2ccc11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def respond(message, history):
117
 
118
  demo = gr.ChatInterface(
119
  fn=respond,
120
- chatbot=gr.Chatbot(show_copy_button=True, likeable=True, layout="panel"),
121
  description=" ",
122
  textbox=gr.Textbox(),
123
  multimodal=False,
 
117
 
118
  demo = gr.ChatInterface(
119
  fn=respond,
120
+ chatbot=gr.Chatbot(),
121
  description=" ",
122
  textbox=gr.Textbox(),
123
  multimodal=False,