Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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):
|