Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -267,7 +267,7 @@ css="""
|
|
| 267 |
margin: 0 auto;
|
| 268 |
max-width: 980px;
|
| 269 |
}
|
| 270 |
-
#main-title h1 {font-size: 2.
|
| 271 |
"""
|
| 272 |
|
| 273 |
with gr.Blocks() as demo:
|
|
|
|
| 267 |
margin: 0 auto;
|
| 268 |
max-width: 980px;
|
| 269 |
}
|
| 270 |
+
#main-title h1 {font-size: 2.3em !important;}
|
| 271 |
"""
|
| 272 |
|
| 273 |
with gr.Blocks() as demo:
|