vericudebuget commited on
Commit
4922fe5
·
verified ·
1 Parent(s): e4f83d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ additional_inputs = [
47
 
48
  gr.ChatInterface(
49
  fn=generate,
50
- chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="800px", ),
51
  additional_inputs=additional_inputs,
52
  title="ConvoLite",
53
  submit_btn="➢",
 
47
 
48
  gr.ChatInterface(
49
  fn=generate,
50
+ chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="auto", ),
51
  additional_inputs=additional_inputs,
52
  title="ConvoLite",
53
  submit_btn="➢",