sitammeur commited on
Commit
c17bd1e
1 Parent(s): eb5edf8

Update app.py gradio ui height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
172
  image_box = gr.Image(type="filepath")
173
 
174
  # Chat UI
175
- chatbot = gr.Chatbot(scale=2, height=450)
176
  text_box = gr.Textbox(
177
  placeholder="Enter text and press enter, or upload an image",
178
  container=False,
 
172
  image_box = gr.Image(type="filepath")
173
 
174
  # Chat UI
175
+ chatbot = gr.Chatbot(scale=2, height=750)
176
  text_box = gr.Textbox(
177
  placeholder="Enter text and press enter, or upload an image",
178
  container=False,