Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Share btn visible all the time
Browse files
app.py
CHANGED
@@ -313,9 +313,9 @@ with block:
|
|
313 |
with gr.Group(elem_id="container-advanced-btns"):
|
314 |
advanced_button = gr.Button("Advanced options", elem_id="advanced-btn")
|
315 |
with gr.Group(elem_id="share-btn-container"):
|
316 |
-
community_icon = gr.HTML(community_icon_html
|
317 |
-
loading_icon = gr.HTML(loading_icon_html
|
318 |
-
share_button = gr.Button("Share to community", elem_id="share-btn"
|
319 |
|
320 |
with gr.Row(elem_id="advanced-options"):
|
321 |
gr.Markdown("Advanced settings are temporarily unavailable")
|
|
|
313 |
with gr.Group(elem_id="container-advanced-btns"):
|
314 |
advanced_button = gr.Button("Advanced options", elem_id="advanced-btn")
|
315 |
with gr.Group(elem_id="share-btn-container"):
|
316 |
+
community_icon = gr.HTML(community_icon_html)
|
317 |
+
loading_icon = gr.HTML(loading_icon_html)
|
318 |
+
share_button = gr.Button("Share to community", elem_id="share-btn")
|
319 |
|
320 |
with gr.Row(elem_id="advanced-options"):
|
321 |
gr.Markdown("Advanced settings are temporarily unavailable")
|