mihalykiss commited on
Commit
ec233d6
·
1 Parent(s): e09232a

UI - theme

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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: