Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,6 +254,10 @@ custom_css = """
|
|
| 254 |
box-shadow: none !important;
|
| 255 |
border-color: #c2c2c2 !important; /* or use your preferred grey */
|
| 256 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 257 |
"""
|
| 258 |
|
| 259 |
with gr.Blocks(fill_width=True, css=custom_css, theme=gr.themes.Default(primary_hue="sky")) as demo:
|
|
|
|
| 254 |
box-shadow: none !important;
|
| 255 |
border-color: #c2c2c2 !important; /* or use your preferred grey */
|
| 256 |
}
|
| 257 |
+
.block-container {
|
| 258 |
+
width: 100% !important;
|
| 259 |
+
max-width: none !important;
|
| 260 |
+
}
|
| 261 |
"""
|
| 262 |
|
| 263 |
with gr.Blocks(fill_width=True, css=custom_css, theme=gr.themes.Default(primary_hue="sky")) as demo:
|