Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Reduce size of figure.
Browse files
app.py
CHANGED
@@ -273,6 +273,7 @@ with blocks:
|
|
273 |
show_share_button=False,
|
274 |
show_download_button=False,
|
275 |
show_fullscreen_button=False,
|
|
|
276 |
)
|
277 |
gr.HTML(
|
278 |
'<div class="f1-figcaption">An illustration of local modifications to bags: Introduce, Forget, and Join.</div>'
|
|
|
273 |
show_share_button=False,
|
274 |
show_download_button=False,
|
275 |
show_fullscreen_button=False,
|
276 |
+
width=550,
|
277 |
)
|
278 |
gr.HTML(
|
279 |
'<div class="f1-figcaption">An illustration of local modifications to bags: Introduce, Forget, and Join.</div>'
|