Spaces:
Runtime error
Runtime error
Commit
Β·
b991d0a
1
Parent(s):
d5b9aaa
Update css again
Browse files
app.py
CHANGED
@@ -78,6 +78,17 @@ with gradio.Blocks(css="""
|
|
78 |
margin-right: auto;
|
79 |
padding: 0 0 0 0;
|
80 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
""") as demo:
|
82 |
animal = gradio.Textbox(label="a children's drawing of a...", elem_id="input-text")
|
83 |
output = gradio.Image(elem_id="output-image")
|
|
|
78 |
margin-right: auto;
|
79 |
padding: 0 0 0 0;
|
80 |
}
|
81 |
+
.py-6 {
|
82 |
+
padding-top: 0;
|
83 |
+
padding-bottom: 0;
|
84 |
+
}
|
85 |
+
.px-4 {
|
86 |
+
padding-left: 0;
|
87 |
+
padding-right: 0;
|
88 |
+
}
|
89 |
+
.rounded-lg {
|
90 |
+
border-radius: 0;
|
91 |
+
}
|
92 |
""") as demo:
|
93 |
animal = gradio.Textbox(label="a children's drawing of a...", elem_id="input-text")
|
94 |
output = gradio.Image(elem_id="output-image")
|