css
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ def run(
|
|
| 128 |
return out
|
| 129 |
|
| 130 |
|
| 131 |
-
with gr.Blocks() as demo:
|
| 132 |
gr.Markdown(DESCRIPTION)
|
| 133 |
gr.DuplicateButton(
|
| 134 |
value="Duplicate Space for private use",
|
|
|
|
| 128 |
return out
|
| 129 |
|
| 130 |
|
| 131 |
+
with gr.Blocks(css="style.css") as demo:
|
| 132 |
gr.Markdown(DESCRIPTION)
|
| 133 |
gr.DuplicateButton(
|
| 134 |
value="Duplicate Space for private use",
|