Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -130,9 +130,11 @@ footer {
|
|
130 |
.dropdown-arrow {
|
131 |
display: none !important;
|
132 |
}
|
133 |
-
*:has(
|
134 |
-
width: 100
|
135 |
-
|
|
|
|
|
136 |
}
|
137 |
"""
|
138 |
|
|
|
130 |
.dropdown-arrow {
|
131 |
display: none !important;
|
132 |
}
|
133 |
+
*:has(>.btn) {
|
134 |
+
width: 100%;
|
135 |
+
}
|
136 |
+
.btn {
|
137 |
+
margin: 0 auto;
|
138 |
}
|
139 |
"""
|
140 |
|