nos commited on
Commit
102b0c6
·
verified ·
1 Parent(s): baca4f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
- chatbot(height=300),
65
  theme="soft",
66
  retry_btn=None,
67
  undo_btn="Undo",
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
+ chatbot = gr.Chatbot(),
65
  theme="soft",
66
  retry_btn=None,
67
  undo_btn="Undo",