Pijush2023 commited on
Commit
428b9ac
·
verified ·
1 Parent(s): 9111566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -583,7 +583,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
583
  #gr.Markdown("<h1>Suggested Events</h1>", elem_id="events-markdown")
584
  news_output = gr.HTML(value=fetch_local_events())
585
  with gr.Column():
586
- gr.Markdown("<h1>Sponsored</h1>", elem_id="image-markdown")
587
  image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=200, height=200)
588
  image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=200, height=200)
589
  image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=200, height=200)
 
583
  #gr.Markdown("<h1>Suggested Events</h1>", elem_id="events-markdown")
584
  news_output = gr.HTML(value=fetch_local_events())
585
  with gr.Column():
586
+ gr.Markdown("<h1>Sponsored</h1>", elem_id="image-markdown")
587
  image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=200, height=200)
588
  image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=200, height=200)
589
  image_output_3 = gr.Image(value=generate_image(hardcoded_prompt_3), width=200, height=200)