Spaces:
Runtime error
Runtime error
feat: updating iframe component size
Browse files
main.py
CHANGED
@@ -200,6 +200,7 @@ with gr.Blocks(
|
|
200 |
'<div style="text-align: center"><h4>No Graphic to Display'
|
201 |
" (Yet)</h4></div>"
|
202 |
),
|
|
|
203 |
show_label=True,
|
204 |
)
|
205 |
# row and accordion to display an explanation plot (if applicable)
|
|
|
200 |
'<div style="text-align: center"><h4>No Graphic to Display'
|
201 |
" (Yet)</h4></div>"
|
202 |
),
|
203 |
+
height="16rem",
|
204 |
show_label=True,
|
205 |
)
|
206 |
# row and accordion to display an explanation plot (if applicable)
|