taratrankennedy commited on
Commit
0d54971
1 Parent(s): db5f222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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():