remove share button container
Browse files
app.py
CHANGED
@@ -295,9 +295,9 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=custom_css) as demo:
|
|
295 |
|
296 |
clear_chat_button = gr.Button("Clear chat", elem_id="clear-btn", visible=True)
|
297 |
|
298 |
-
with gr.Group(elem_id="share-btn-container"):
|
299 |
-
|
300 |
-
|
301 |
# share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
302 |
with gr.Row():
|
303 |
gr.Examples(
|
|
|
295 |
|
296 |
clear_chat_button = gr.Button("Clear chat", elem_id="clear-btn", visible=True)
|
297 |
|
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(
|