cindywqng commited on
Commit
8e1c86d
·
verified ·
1 Parent(s): a2b16ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -187,8 +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():
194
  question = gr.Textbox(label="Your Request", placeholder="What would you like to talk about?")
 
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
+ gr.HTML(display_iframe2())
 
191
  with gr.Row():
192
  with gr.Column():
193
  question = gr.Textbox(label="Your Request", placeholder="What would you like to talk about?")