vericudebuget commited on
Commit
f565123
·
verified ·
1 Parent(s): 6498ae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ additional_inputs = [
48
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
49
  gr.ChatInterface(
50
  fn=generate,
51
- chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", fill_height="True", autofocus="True"),
52
  additional_inputs=additional_inputs,
53
  title="ConvoLite",
54
  submit_btn="➢",
 
48
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
49
  gr.ChatInterface(
50
  fn=generate,
51
+ chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel",),
52
  additional_inputs=additional_inputs,
53
  title="ConvoLite",
54
  submit_btn="➢",