Update app.py
Browse files
app.py
CHANGED
|
@@ -284,7 +284,7 @@ custom_css = """
|
|
| 284 |
}
|
| 285 |
|
| 286 |
.gradio-container {
|
| 287 |
-
background: aliceblue !important;
|
| 288 |
min-height: 100vh !important;
|
| 289 |
}
|
| 290 |
|
|
|
|
| 284 |
}
|
| 285 |
|
| 286 |
.gradio-container {
|
| 287 |
+
background-color: aliceblue !important;
|
| 288 |
min-height: 100vh !important;
|
| 289 |
}
|
| 290 |
|