Spaces:
Sleeping
Sleeping
Commit
·
d84d98d
1
Parent(s):
de7a11d
app fixes
Browse files
app.py
CHANGED
|
@@ -444,9 +444,9 @@ footer span,
|
|
| 444 |
}
|
| 445 |
"""
|
| 446 |
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
|
| 450 |
# Header
|
| 451 |
gr.HTML("""
|
| 452 |
<div style="text-align: center; margin-bottom: 20px;">
|
|
|
|
| 444 |
}
|
| 445 |
"""
|
| 446 |
|
| 447 |
+
with gr.Blocks() as demo:
|
| 448 |
+
# Inject CSS manually (gradio 6.0.2 removed the `css` kwarg on Blocks)
|
| 449 |
+
gr.HTML(f"<style>{custom_css}</style>")
|
| 450 |
# Header
|
| 451 |
gr.HTML("""
|
| 452 |
<div style="text-align: center; margin-bottom: 20px;">
|