Spaces:
Running
Running
Commit
·
ec233d6
1
Parent(s):
e09232a
UI - theme
Browse files
app.py
CHANGED
@@ -148,6 +148,9 @@ iface = gr.Blocks(css="""
|
|
148 |
font-weight: bold;
|
149 |
font-size: 20px;
|
150 |
}
|
|
|
|
|
|
|
151 |
""")
|
152 |
|
153 |
with iface:
|
|
|
148 |
font-weight: bold;
|
149 |
font-size: 20px;
|
150 |
}
|
151 |
+
.block.svelte-11xb1hd{
|
152 |
+
background: none !important;
|
153 |
+
}
|
154 |
""")
|
155 |
|
156 |
with iface:
|