remove share button ui
Browse files
app.py
CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
|
298 |
with gr.Group(elem_id="share-btn-container"):
|
299 |
community_icon = gr.HTML(community_icon_html, visible=True)
|
300 |
loading_icon = gr.HTML(loading_icon_html, visible=True)
|
301 |
-
share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
302 |
with gr.Row():
|
303 |
gr.Examples(
|
304 |
examples=examples,
|
|
|
298 |
with gr.Group(elem_id="share-btn-container"):
|
299 |
community_icon = gr.HTML(community_icon_html, visible=True)
|
300 |
loading_icon = gr.HTML(loading_icon_html, visible=True)
|
301 |
+
# share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
302 |
with gr.Row():
|
303 |
gr.Examples(
|
304 |
examples=examples,
|