Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -640,7 +640,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
640 |
with gr.Column():
|
641 |
weather_output = gr.HTML(value=fetch_local_weather())
|
642 |
|
643 |
-
|
644 |
gr.Markdown("<h1>Sponsored</h1>", elem_id="image-markdown")
|
645 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=300, height=300)
|
646 |
image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=300, height=300)
|
|
|
640 |
with gr.Column():
|
641 |
weather_output = gr.HTML(value=fetch_local_weather())
|
642 |
|
643 |
+
with gr.Column():
|
644 |
gr.Markdown("<h1>Sponsored</h1>", elem_id="image-markdown")
|
645 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=300, height=300)
|
646 |
image_output_2 = gr.Image(value=generate_image(hardcoded_prompt_2), width=300, height=300)
|