charliebaby2023 commited on
Commit
b4567ee
Β·
verified Β·
1 Parent(s): 903216f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -138,9 +138,9 @@ with gr.Blocks(css="""
138
  .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
139
  .svelte-1gfkn6j {display:none;}
140
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
141
- .gradio-container .gri-textbox > div { visibility: hidden; /* Hide the container div */ }
142
- .padded.svelte-5y6bt2 { display:none; padding: 0px!important;}
143
- .gradio-container .gri-textbox { display: block; /* Keep the input visible */ }
144
  """) as demo:
145
  gr.Markdown("<script>" + js_code + "</script>")
146
  make_me()
 
138
  .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
139
  .svelte-1gfkn6j {display:none;}
140
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
141
+
142
+ .padded.svelte-5y6bt2 { padding: 0px!important;}
143
+
144
  """) as demo:
145
  gr.Markdown("<script>" + js_code + "</script>")
146
  make_me()