Update app.py
Browse files
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 |
-
|
142 |
-
.padded.svelte-5y6bt2 {
|
143 |
-
|
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()
|