charliebaby2023 commited on
Commit
b05535a
Β·
verified Β·
1 Parent(s): 042ac2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -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; height: 212px; /* resize: both; */ width: 100%; min-height: 50px; max-height: 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;}
 
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;}