Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -223,8 +223,11 @@ css = """
|
|
223 |
background-attachment: fixed;
|
224 |
color:#000;
|
225 |
}
|
226 |
-
|
227 |
-
|
|
|
|
|
|
|
228 |
}
|
229 |
.dark {
|
230 |
button-primary-background-fill: #20cb124f;
|
|
|
223 |
background-attachment: fixed;
|
224 |
color:#000;
|
225 |
}
|
226 |
+
.gradio-container-4-41-0 .prose :last-child {
|
227 |
+
margin-top: 8px !important;
|
228 |
+
}
|
229 |
+
.gradio-container-4-41-0 .prose :last-child {
|
230 |
+
margin-bottom: -7px !important;
|
231 |
}
|
232 |
.dark {
|
233 |
button-primary-background-fill: #20cb124f;
|