cindywqng commited on
Commit
def14cb
·
verified ·
1 Parent(s): a20abf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -187,7 +187,8 @@ 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
- gr.HTML(display_iframe())
 
191
  with gr.Row():
192
  with gr.Column():
193
  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
+ 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?")