Update app.py
Browse files
app.py
CHANGED
@@ -138,8 +138,19 @@ 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 { padding: 0px!important;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
|
144 |
""") as demo:
|
145 |
gr.Markdown("<script>" + js_code + "</script>")
|
|
|
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 |
+
div.svelte-hrj4a0>*, div.svelte-hrj4a0>.form > * { min-width: min(160px, 100%); left: 0px; position: absolute;}
|
142 |
+
.padded.svelte-5y6bt2 { padding: 0px!important; float:left;position:relative; }
|
143 |
+
.lg.svelte-1137axg {
|
144 |
+
border-radius: var(--button-large-radius);
|
145 |
+
padding: var(--button-large-padding);
|
146 |
+
font-weight: var(--button-large-text-weight);
|
147 |
+
font-size: var(--button-large-text-size);
|
148 |
+
position: relative;
|
149 |
+
left: 0px;
|
150 |
+
width: 200px;
|
151 |
+
float: left;
|
152 |
+
flex: none!important;
|
153 |
+
}
|
154 |
|
155 |
""") as demo:
|
156 |
gr.Markdown("<script>" + js_code + "</script>")
|