Spaces:
Sleeping
Sleeping
Update app.py
#1
by
shah1zil
- opened
app.py
CHANGED
|
@@ -185,7 +185,7 @@ custom_css = """
|
|
| 185 |
# -------------------------------------------------------------
|
| 186 |
# BUILD GRADIO INTERFACE
|
| 187 |
# -------------------------------------------------------------
|
| 188 |
-
with gr.Blocks
|
| 189 |
|
| 190 |
# Inject CSS manually
|
| 191 |
gr.HTML(f"<style>{custom_css}</style>")
|
|
|
|
| 185 |
# -------------------------------------------------------------
|
| 186 |
# BUILD GRADIO INTERFACE
|
| 187 |
# -------------------------------------------------------------
|
| 188 |
+
with gr.Blocks as iface:
|
| 189 |
|
| 190 |
# Inject CSS manually
|
| 191 |
gr.HTML(f"<style>{custom_css}</style>")
|