vericudebuget commited on
Commit
0c6b245
·
verified ·
1 Parent(s): 1005a82

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
- submin_btn min_width = "50px",
59
  concurrency_limit=100,
60
  ).launch(show_api=False)
 
55
  undo_btn="↩ Undo",
56
  clear_btn="Clear (new chat)",
57
  stop_btn="Stop ▢",
58
+ submin_btn, min_width = "50px",
59
  concurrency_limit=100,
60
  ).launch(show_api=False)