Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
66bdaad
1
Parent(s):
1ef8fa5
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
|
|
174 |
gr.DuplicateButton(
|
175 |
value="Duplicate Space for private use",
|
176 |
elem_id="duplicate-button",
|
177 |
-
visible=
|
178 |
)
|
179 |
|
180 |
with gr.Group():
|
|
|
174 |
gr.DuplicateButton(
|
175 |
value="Duplicate Space for private use",
|
176 |
elem_id="duplicate-button",
|
177 |
+
visible=False,
|
178 |
)
|
179 |
|
180 |
with gr.Group():
|