Odin Hoff Gardå commited on
Commit
8510186
·
1 Parent(s): 4ba9719

minor fixes gradio

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -23,6 +23,9 @@ chatbot = gr.ChatInterface(
23
  "What do you do in your free time?",
24
  "What is your favorite TV show?",
25
  ],
 
 
 
26
  )
27
 
28
  if __name__ == "__main__":
 
23
  "What do you do in your free time?",
24
  "What is your favorite TV show?",
25
  ],
26
+ submit_btn=False,
27
+ autoscroll=True,
28
+ type="messages",
29
  )
30
 
31
  if __name__ == "__main__":