charliebaby2023 commited on
Commit
24804f6
Β·
verified Β·
1 Parent(s): 7e85763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()