Spaces:
Running
Running
css fix
Browse files
app.py
CHANGED
|
@@ -353,6 +353,9 @@ div#warning-duplicate .actions a {
|
|
| 353 |
background-color: #0c0c0c !important;
|
| 354 |
border: 1px solid white !important;
|
| 355 |
}
|
|
|
|
|
|
|
|
|
|
| 356 |
'''
|
| 357 |
|
| 358 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 353 |
background-color: #0c0c0c !important;
|
| 354 |
border: 1px solid white !important;
|
| 355 |
}
|
| 356 |
+
div#component-8 {
|
| 357 |
+
align-items: stretch;
|
| 358 |
+
}
|
| 359 |
'''
|
| 360 |
|
| 361 |
with gr.Blocks(css=css) as demo:
|