charliebaby2023 commited on
Commit
ea1b6f0
Β·
verified Β·
1 Parent(s): cb1bccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -5
app.py CHANGED
@@ -138,8 +138,9 @@ with gr.Blocks(css="""
138
  font-size: 1.5em;
139
  letter-spacing: 3px;
140
  color: limegreen;
141
- border: none;
142
- background: none;
 
143
  outline: none !important; }
144
  .svelte-5y6bt2 {max-height:161px;min-height:160px;}
145
  .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
@@ -147,8 +148,9 @@ with gr.Blocks(css="""
147
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
148
 
149
  .padded.svelte-5y6bt2 {
150
- background: none;
151
- border: none; padding: 0px!important; min-width:100%!important; max-width:101%!important;position:relative;right:0px;max-height:100%; }
 
152
  .secondary.svelte-1137axg {
153
  width: 200px;
154
  flex: none!important;
@@ -185,7 +187,8 @@ div.svelte-633qhp {
185
  z-index: 4000;
186
  position: fixed;
187
  flex: auto!important;
188
-
 
189
 
190
  min-width: 50%!important;
191
 
 
138
  font-size: 1.5em;
139
  letter-spacing: 3px;
140
  color: limegreen;
141
+
142
+ border: none!important;
143
+ background: none!important;
144
  outline: none !important; }
145
  .svelte-5y6bt2 {max-height:161px;min-height:160px;}
146
  .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
 
148
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
149
 
150
  .padded.svelte-5y6bt2 {
151
+
152
+ border: none!important;
153
+ background: none!important; padding: 0px!important; min-width:100%!important; max-width:101%!important;position:relative;right:0px;max-height:100%; }
154
  .secondary.svelte-1137axg {
155
  width: 200px;
156
  flex: none!important;
 
187
  z-index: 4000;
188
  position: fixed;
189
  flex: auto!important;
190
+ border: none!important;
191
+ background: none!important;
192
 
193
  min-width: 50%!important;
194