Spaces:
Runtime error
Runtime error
Commit
·
9f388f4
1
Parent(s):
06cee56
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,12 @@ with gr.Blocks() as demo:
|
|
37 |
gr.Markdown("Reported by: " + news_source)
|
38 |
|
39 |
with gr.Row():
|
40 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
with gr.Row():
|
43 |
gr.Markdown(news_article)
|
|
|
37 |
gr.Markdown("Reported by: " + news_source)
|
38 |
|
39 |
with gr.Row():
|
40 |
+
with gr.Column():
|
41 |
+
pass
|
42 |
+
with gr.Column():
|
43 |
+
gr.Image(news_img, elem_id="news-img")
|
44 |
+
with gr.Column():
|
45 |
+
pass
|
46 |
|
47 |
with gr.Row():
|
48 |
gr.Markdown(news_article)
|