vericudebuget commited on
Commit
098cd48
·
verified ·
1 Parent(s): a755c2f

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="auto", autofocus="True", ),
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="➢",