sheonhan commited on
Commit
8c54ca6
1 Parent(s): 4d1fe31

remove share button ui

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,