charliebaby2023 commited on
Commit
02482a9
Β·
verified Β·
1 Parent(s): 94dbd6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -133,7 +133,7 @@ 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; /* resize: both; */ width: 100%; }
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;}
@@ -193,6 +193,7 @@ div.svelte-633qhp {
193
  position: absolute;
194
  align-items: flex-end;
195
  bottom: 0px;
 
196
  left: 0px;
197
  right: 0px;
198
  }
 
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;}
 
193
  position: absolute;
194
  align-items: flex-end;
195
  bottom: 0px;
196
+
197
  left: 0px;
198
  right: 0px;
199
  }