Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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)
|