Spaces:
Running
Running
Commit
·
5ceed64
1
Parent(s):
517b3dd
Removed the share button from the line bar separator
Browse files
app.py
CHANGED
@@ -175,6 +175,7 @@ with gr.Blocks(css = description_css) as demo:
|
|
175 |
height = 40,
|
176 |
show_download_button = False,
|
177 |
show_fullscreen_button = False,
|
|
|
178 |
)
|
179 |
gr.HTML(description_html)
|
180 |
gr.Interface(
|
|
|
175 |
height = 40,
|
176 |
show_download_button = False,
|
177 |
show_fullscreen_button = False,
|
178 |
+
show_share_button = False
|
179 |
)
|
180 |
gr.HTML(description_html)
|
181 |
gr.Interface(
|