ysharma HF Staff commited on
Commit
7e1bec9
·
verified ·
1 Parent(s): 24a3033

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
25
  [],
26
  elem_id="chatbot",
27
  bubble_full_width=True,
 
28
  )
29
 
30
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
 
25
  [],
26
  elem_id="chatbot",
27
  bubble_full_width=True,
28
+ height=700,
29
  )
30
 
31
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)