Update app.py
Browse files
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;
|
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;}
|