cindywqng commited on
Commit
7cb9da8
·
verified ·
1 Parent(s): 3f18b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks(theme=theme) as demo:
187
  with gr.Row():
188
  gr.Markdown(topics) # Show the topics on the left side
189
  gr.HTML(display_iframe()) # Embed the iframe on the left side
190
- with gr.Column
191
  gr.HTML(display_iframe2())
192
  with gr.Row():
193
  with gr.Column():
 
187
  with gr.Row():
188
  gr.Markdown(topics) # Show the topics on the left side
189
  gr.HTML(display_iframe()) # Embed the iframe on the left side
190
+ with gr.Column:
191
  gr.HTML(display_iframe2())
192
  with gr.Row():
193
  with gr.Column():