hanzla commited on
Commit
818cb74
1 Parent(s): d903d7c

Update app_v2.py

Browse files
Files changed (1) hide show
  1. app_v2.py +1 -1
app_v2.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="green", secondary_hue="emera
71
  [],
72
  elem_id="chatbot",
73
  bubble_full_width=False,
74
- height = 450
75
  )
76
 
77
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
 
71
  [],
72
  elem_id="chatbot",
73
  bubble_full_width=False,
74
+ height = 550
75
  )
76
 
77
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)