Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ with gr.Blocks(css="""
|
|
| 137 |
textarea { overflow-y: scroll; height: 212px; resize: both; width: 179px; min-height: 50px; max-height: 230px;}
|
| 138 |
.svelte-5y6bt2 {max-height:161px;min-height:160px;}
|
| 139 |
.hide-container { max-height: 2px; position: fixed; min-height: 1px;}
|
| 140 |
-
|
| 141 |
""") as demo:
|
| 142 |
gr.Markdown("<script>" + js_code + "</script>")
|
| 143 |
make_me()
|
|
|
|
| 137 |
textarea { overflow-y: scroll; height: 212px; resize: both; width: 179px; min-height: 50px; max-height: 230px;}
|
| 138 |
.svelte-5y6bt2 {max-height:161px;min-height:160px;}
|
| 139 |
.hide-container { max-height: 2px; position: fixed; min-height: 1px;}
|
| 140 |
+
.block.svelte-5y6bt2.padded {display:none;}
|
| 141 |
""") as demo:
|
| 142 |
gr.Markdown("<script>" + js_code + "</script>")
|
| 143 |
make_me()
|