fizzarif7 commited on
Commit
51d2a0e
·
verified ·
1 Parent(s): ee13591

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- background: linear-gradient(to bottom right, #e8f0fe, #fdfbfb);
207
  }
208
-
209
  .gradio-container {
210
- max-width: 960px;
211
  margin: 2rem auto;
212
  padding: 32px;
213
- background: #ffffff;
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;