vericudebuget commited on
Commit
6e3edde
·
verified ·
1 Parent(s): 0d80fb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ additional_inputs = [
56
  with gr.Blocks(theme=theme) as demo:
57
  gr.ChatInterface(
58
  fn=generate,
59
- chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", fill_height="True", autofocus="True"),
60
  additional_inputs=additional_inputs,
61
  title="ConvoLite",
62
  submit_btn="➢",
 
56
  with gr.Blocks(theme=theme) as demo:
57
  gr.ChatInterface(
58
  fn=generate,
59
+ chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="auto", autofocus="True"),
60
  additional_inputs=additional_inputs,
61
  title="ConvoLite",
62
  submit_btn="➢",