Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -248,7 +248,7 @@ custom_css = """
|
|
| 248 |
/* Overall container styling */
|
| 249 |
.gradio-container {
|
| 250 |
font-family: 'Arial', sans-serif;
|
| 251 |
-
background-color: #
|
| 252 |
border-radius: 12px;
|
| 253 |
padding: 25px;
|
| 254 |
max-width: 850px;
|
|
|
|
| 248 |
/* Overall container styling */
|
| 249 |
.gradio-container {
|
| 250 |
font-family: 'Arial', sans-serif;
|
| 251 |
+
background-color: #FFCC99;
|
| 252 |
border-radius: 12px;
|
| 253 |
padding: 25px;
|
| 254 |
max-width: 850px;
|