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