Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,9 +85,12 @@ padding: 0 !important;
|
|
| 85 |
border-radius: 0;
|
| 86 |
}
|
| 87 |
.gr-group {
|
| 88 |
-
background
|
| 89 |
border: 0 !important;
|
| 90 |
}
|
|
|
|
|
|
|
|
|
|
| 91 |
'''
|
| 92 |
|
| 93 |
with gr.Blocks(css=css, theme=theme) as demo:
|
|
|
|
| 85 |
border-radius: 0;
|
| 86 |
}
|
| 87 |
.gr-group {
|
| 88 |
+
background: transparent !important;
|
| 89 |
border: 0 !important;
|
| 90 |
}
|
| 91 |
+
.styler{
|
| 92 |
+
background: transparent !important
|
| 93 |
+
}
|
| 94 |
'''
|
| 95 |
|
| 96 |
with gr.Blocks(css=css, theme=theme) as demo:
|