nos commited on
Commit
eebd35a
·
verified ·
1 Parent(s): b1d7083

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -61,6 +61,8 @@ with gr.Blocks() as demo:
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond
 
 
64
  )
65
  with gr.Tab("ELS"):
66
  with gr.Row():
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond
64
+ chatbot=gr.Chatbot(height=300),
65
+
66
  )
67
  with gr.Tab("ELS"):
68
  with gr.Row():