Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -222,9 +222,14 @@ css = """
|
|
| 222 |
background-position: center;
|
| 223 |
background-attachment: fixed;
|
| 224 |
color:#000;
|
|
|
|
|
|
|
|
|
|
| 225 |
}
|
| 226 |
.dark {
|
| 227 |
-
|
|
|
|
|
|
|
| 228 |
}
|
| 229 |
.hide-container {
|
| 230 |
margin-top;-2px;
|
|
@@ -253,8 +258,9 @@ css = """
|
|
| 253 |
}
|
| 254 |
|
| 255 |
#title-text {
|
| 256 |
-
font-size:
|
| 257 |
font-weight: bold;
|
|
|
|
| 258 |
}
|
| 259 |
"""
|
| 260 |
css2 = """
|
|
|
|
| 222 |
background-position: center;
|
| 223 |
background-attachment: fixed;
|
| 224 |
color:#000;
|
| 225 |
+
}
|
| 226 |
+
#gen-button {
|
| 227 |
+
|
| 228 |
}
|
| 229 |
.dark {
|
| 230 |
+
button-primary-background-fill: #20cb124f;
|
| 231 |
+
button-primary-background-fill-hover: #0000008a;
|
| 232 |
+
background-fill-primary: #000;
|
| 233 |
}
|
| 234 |
.hide-container {
|
| 235 |
margin-top;-2px;
|
|
|
|
| 258 |
}
|
| 259 |
|
| 260 |
#title-text {
|
| 261 |
+
font-size: 43px;
|
| 262 |
font-weight: bold;
|
| 263 |
+
color: #000;
|
| 264 |
}
|
| 265 |
"""
|
| 266 |
css2 = """
|