charliebaby2023 commited on
Commit
21f3965
Β·
verified Β·
1 Parent(s): 4c20fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #component-583 {display:none;}
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()