Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,8 +150,6 @@ with gr.Blocks() as demo:
|
|
| 150 |
with gr.Row():
|
| 151 |
with gr.Column():
|
| 152 |
gr.Markdown(topics) # Show the topics on the left side
|
| 153 |
-
with gr.Column():
|
| 154 |
-
gr.Markdown(countries) # Display the list of countries on the right side
|
| 155 |
with gr.Row():
|
| 156 |
img = gr.Image(os.path.join(os.getcwd(), "final.png"), width=500) # Include an image for visual appeal
|
| 157 |
with gr.Row():
|
|
|
|
| 150 |
with gr.Row():
|
| 151 |
with gr.Column():
|
| 152 |
gr.Markdown(topics) # Show the topics on the left side
|
|
|
|
|
|
|
| 153 |
with gr.Row():
|
| 154 |
img = gr.Image(os.path.join(os.getcwd(), "final.png"), width=500) # Include an image for visual appeal
|
| 155 |
with gr.Row():
|