nos commited on
Commit
f60b9e5
·
verified ·
1 Parent(s): 5b4d2b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,14 +61,13 @@ with gr.Blocks() as demo:
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
-
65
  theme="soft",
66
  retry_btn=None,
67
  undo_btn="Undo",
68
  clear_btn="Clear",
69
  multimodal=True,
70
  )
71
- chatbot = gr.Chatbot(height=500)
72
 
73
  with gr.Tab("ELS"):
74
  with gr.Row():
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
+ chatbot={height:500}
65
  theme="soft",
66
  retry_btn=None,
67
  undo_btn="Undo",
68
  clear_btn="Clear",
69
  multimodal=True,
70
  )
 
71
 
72
  with gr.Tab("ELS"):
73
  with gr.Row():