Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,14 +203,14 @@ Only provide the raw values, no headers.
|
|
| 203 |
with gr.Blocks(
|
| 204 |
title="Comic Generator", css="""
|
| 205 |
body {
|
| 206 |
-
|
| 207 |
}
|
| 208 |
-
|
| 209 |
.gradio-container {
|
| 210 |
-
max-width:
|
| 211 |
margin: 2rem auto;
|
| 212 |
padding: 32px;
|
| 213 |
-
background: #
|
| 214 |
border-radius: 20px;
|
| 215 |
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
|
| 216 |
font-family: 'Segoe UI', sans-serif;
|
|
|
|
| 203 |
with gr.Blocks(
|
| 204 |
title="Comic Generator", css="""
|
| 205 |
body {
|
| 206 |
+
background-color: #f0f8ff !important; /* Light blue */
|
| 207 |
}
|
| 208 |
+
|
| 209 |
.gradio-container {
|
| 210 |
+
max-width: 1000px;
|
| 211 |
margin: 2rem auto;
|
| 212 |
padding: 32px;
|
| 213 |
+
background: #b9e2f5;
|
| 214 |
border-radius: 20px;
|
| 215 |
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
|
| 216 |
font-family: 'Segoe UI', sans-serif;
|