charliebaby2023 commited on
Commit
20fec22
Β·
verified Β·
1 Parent(s): b58a703

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -2
app.py CHANGED
@@ -133,13 +133,22 @@ with gr.Blocks(css="""
133
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
134
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
135
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
136
- textarea { overflow-y: scroll; top:0px; width: 100%; height:100%!important; }
 
 
 
 
 
 
 
137
  .svelte-5y6bt2 {max-height:161px;min-height:160px;}
138
  .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
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; min-width:100%!important; max-width:101%!important;position:relative;right:0px;max-height:100%; }
 
 
143
  .secondary.svelte-1137axg {
144
  width: 200px;
145
  flex: none!important;
@@ -196,6 +205,8 @@ div.svelte-633qhp {
196
  align-items: flex-end;
197
  bottom: 0px;
198
 
 
 
199
  left: 0px;
200
  right: 0px;
201
  }
 
133
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
134
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
135
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
136
+ textarea { overflow-y: scroll; top:0px; width: 100%; height:100%!important;
137
+
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;}
146
  .svelte-1gfkn6j {display:none;}
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;
 
205
  align-items: flex-end;
206
  bottom: 0px;
207
 
208
+ background: none;
209
+ border: none;
210
  left: 0px;
211
  right: 0px;
212
  }