charliebaby2023 commited on
Commit
66445a3
Β·
verified Β·
1 Parent(s): eeb43b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -2
app.py CHANGED
@@ -139,8 +139,20 @@ with gr.Blocks(css="""
139
  .svelte-1gfkn6j {display:none;}
140
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
141
 
142
- .padded.svelte-5y6bt2 { padding: 0px!important; }
143
-
 
 
 
 
 
 
 
 
 
 
 
 
144
  }
145
 
146
  """) as demo:
 
139
  .svelte-1gfkn6j {display:none;}
140
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
141
 
142
+ .padded.svelte-5y6bt2 { padding: 0px!important; max-width:160px!important; position:relative;right:0px; }
143
+ .secondary.svelte-1137axg {
144
+ width: 200px;
145
+ flex: none!important;
146
+ position: relative;
147
+ min-width: 160px;
148
+ border: var(--button-border-width) solid
149
+ var(--button-secondary-border-color);
150
+ background: var(--button-secondary-background-fill);
151
+ color: var(--button-secondary-text-color);
152
+ box-shadow: var(--button-secondary-shadow);
153
+ left: 0px;
154
+ float: left;
155
+ }
156
  }
157
 
158
  """) as demo: