Bhaskar2611 commited on
Commit
6da0a2d
·
verified ·
1 Parent(s): e675232

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ additional_inputs=[
148
 
149
  gr.ChatInterface(
150
  fn=generate,
151
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
152
  additional_inputs=additional_inputs,
153
  title="""AI Dermatologist"""
154
  ).launch(show_api=False)
 
148
 
149
  gr.ChatInterface(
150
  fn=generate,
151
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
152
  additional_inputs=additional_inputs,
153
  title="""AI Dermatologist"""
154
  ).launch(show_api=False)