vericudebuget commited on
Commit
8a5fb4e
·
verified ·
1 Parent(s): 369c73a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,6 +55,6 @@ gr.ChatInterface(
55
  undo_btn="↩ Undo",
56
  clear_btn="Clear (New chat)",
57
  stop_btn="Stop ▢",
58
- submit_btn scroll_to_output="True"
59
  concurrency_limit=20,
60
  ).launch(show_api=False)
 
55
  undo_btn="↩ Undo",
56
  clear_btn="Clear (New chat)",
57
  stop_btn="Stop ▢",
58
+ submit_btn scroll_to_output="True",
59
  concurrency_limit=20,
60
  ).launch(show_api=False)