charliebaby2023 commited on
Commit
821e5e9
Β·
verified Β·
1 Parent(s): 59ef579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -144,6 +144,7 @@ with gr.Blocks(css="""
144
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
145
  textarea { overflow-y: scroll; height: 212px; resize: both; width: 179px; min-height: 50px; max-height: 230px;}
146
  .svelte-5y6bt2 {max-height:161px;min-height:160px;}
 
147
  """) as demo:
148
  gr.Markdown("<script>" + js_code + "</script>")
149
  make_me()
 
144
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
145
  textarea { overflow-y: scroll; height: 212px; resize: both; width: 179px; min-height: 50px; max-height: 230px;}
146
  .svelte-5y6bt2 {max-height:161px;min-height:160px;}
147
+ .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
148
  """) as demo:
149
  gr.Markdown("<script>" + js_code + "</script>")
150
  make_me()