Shreyas094 commited on
Commit
d6197cf
·
verified ·
1 Parent(s): 9d6f4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -521,6 +521,12 @@ demo = gr.ChatInterface(
521
  cache_examples=False,
522
  analytics_enabled=False,
523
  textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
 
 
 
 
 
 
524
  )
525
 
526
  # Add file upload functionality
 
521
  cache_examples=False,
522
  analytics_enabled=False,
523
  textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
524
+ chatbot = gr.Chatbot(
525
+ show_copy_button=True,
526
+ likeable=True,
527
+ layout="panel",
528
+ height=400,
529
+ )
530
  )
531
 
532
  # Add file upload functionality