multimodalart HF staff commited on
Commit
713ad06
1 Parent(s): c995383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -85,9 +85,12 @@ padding: 0 !important;
85
  border-radius: 0;
86
  }
87
  .gr-group {
88
- background-color: transparent !important;
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: