Spaces:
Running
on
Zero
Running
on
Zero
jenbenarye
commited on
Commit
·
35d154e
1
Parent(s):
8b79bb4
hide regenerate button
Browse files- app/app.py +3 -0
app/app.py
CHANGED
@@ -305,6 +305,9 @@ css = """
|
|
305 |
.option.svelte-pcaovb {
|
306 |
display: none !important;
|
307 |
}
|
|
|
|
|
|
|
308 |
"""
|
309 |
|
310 |
with gr.Blocks(css=css) as demo:
|
|
|
305 |
.option.svelte-pcaovb {
|
306 |
display: none !important;
|
307 |
}
|
308 |
+
.retry-btn {
|
309 |
+
display: none !important;
|
310 |
+
}
|
311 |
"""
|
312 |
|
313 |
with gr.Blocks(css=css) as demo:
|