Spaces:
Sleeping
Sleeping
mihalykiss
commited on
Commit
·
d8fb0cb
1
Parent(s):
0b2db5d
UI - theme
Browse files
app.py
CHANGED
@@ -82,6 +82,11 @@ iface = gr.Blocks(css="""
|
|
82 |
box-sizing: border-box;
|
83 |
margin: auto;
|
84 |
}
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
#result_output_box {
|
87 |
border-radius: 10px;
|
|
|
82 |
box-sizing: border-box;
|
83 |
margin: auto;
|
84 |
}
|
85 |
+
.form.svelte-633qhp {
|
86 |
+
background: none;
|
87 |
+
border: none;
|
88 |
+
box-shadow: none;
|
89 |
+
}
|
90 |
|
91 |
#result_output_box {
|
92 |
border-radius: 10px;
|