fizzarif7 commited on
Commit
5b3eaed
·
verified ·
1 Parent(s): 9abf2a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -201,7 +201,7 @@ Only provide the raw values, no headers.
201
 
202
 
203
  with gr.Blocks(
204
- title="Comic Generator", css="""
205
  body {
206
  background-color: #f0f8ff !important; /* Light blue */
207
  }
@@ -349,7 +349,7 @@ with gr.Blocks(
349
  font-size: 3rem;
350
  font-weight: bold;
351
  text-align: center;
352
- color: #ff6f61;
353
  animation: float 3s ease-in-out infinite;
354
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
355
  margin-bottom: 1.5rem;
@@ -413,7 +413,7 @@ with gr.Blocks(
413
 
414
  gr.Markdown("### ✨ Describe Your Next Scene", elem_id="accordion")
415
 
416
- with gr.Group():
417
  with gr.Row():
418
  char_count = gr.Number(label="👥 Number of Characters", precision=0, value=2, elem_id="input")
419
  character_names = gr.Textbox(label="🧙‍♂️ Character Names", elem_id="textarea")
 
201
 
202
 
203
  with gr.Blocks(
204
+ title="Comic Creator", css="""
205
  body {
206
  background-color: #f0f8ff !important; /* Light blue */
207
  }
 
349
  font-size: 3rem;
350
  font-weight: bold;
351
  text-align: center;
352
+ color: #674ea7;
353
  animation: float 3s ease-in-out infinite;
354
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
355
  margin-bottom: 1.5rem;
 
413
 
414
  gr.Markdown("### ✨ Describe Your Next Scene", elem_id="accordion")
415
 
416
+ with gr.Group(elem_id = "accordion"):
417
  with gr.Row():
418
  char_count = gr.Number(label="👥 Number of Characters", precision=0, value=2, elem_id="input")
419
  character_names = gr.Textbox(label="🧙‍♂️ Character Names", elem_id="textarea")