Omnibus commited on
Commit
c89fdf4
·
1 Parent(s): a9cc962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -244,8 +244,8 @@ with gr.Blocks(css="cake.css") as myface:
244
  gr.Pil(label="Draw")
245
  with gr.Tab("View"):
246
  with gr.Row():
247
- with gr.Column(style="height=500px"):
248
- gr.Pil(label="Crop")
249
  with gr.Tab("Color Picker"):
250
  with gr.Row():
251
  with gr.Column(scale=50):
 
244
  gr.Pil(label="Draw")
245
  with gr.Tab("View"):
246
  with gr.Row():
247
+ with gr.Column():
248
+ gr.Pil(label="Crop").style(style="height=500")
249
  with gr.Tab("Color Picker"):
250
  with gr.Row():
251
  with gr.Column(scale=50):