openlamm commited on
Commit
3495267
1 Parent(s): 91abbc9

update layout bug

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -177,8 +177,9 @@ with gr.Blocks(scale=4) as demo:
177
  """)
178
 
179
  with gr.Row(scale=1):
180
- with gr.Column(scale=1).style(height=600):
181
- image_path = gr.Image(type="filepath", label="Image", value=None)
 
182
  chatbot = gr.Chatbot(scale=1).style(height=600)
183
 
184
  with gr.Row():
 
177
  """)
178
 
179
  with gr.Row(scale=1):
180
+ with gr.Column(scale=1):
181
+ image_path = gr.Image(type="filepath", label="Image", value=None).style(height=600)
182
+
183
  chatbot = gr.Chatbot(scale=1).style(height=600)
184
 
185
  with gr.Row():