charliebaby2023 commited on
Commit
5fa6414
Β·
verified Β·
1 Parent(s): 0636b63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -142,6 +142,8 @@ with gr.Blocks(css="""
142
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
143
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
144
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
 
 
145
  """) as demo:
146
  gr.Markdown("<script>" + js_code + "</script>")
147
  make_me()
 
142
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
143
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
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:160px;}
147
  """) as demo:
148
  gr.Markdown("<script>" + js_code + "</script>")
149
  make_me()