ariel79 commited on
Commit
a957ca9
·
verified ·
1 Parent(s): 4df44f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -169,7 +169,6 @@ with gr.Blocks(theme=theme) as demo:
169
  with gr.Row():
170
  with gr.Column():
171
  gr.Markdown(topics) # Show the topics on the left side
172
- gr.HTML(display_iframe()) # Embed the iframe on the left side
173
  with gr.Row():
174
  with gr.Column():
175
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
 
169
  with gr.Row():
170
  with gr.Column():
171
  gr.Markdown(topics) # Show the topics on the left side
 
172
  with gr.Row():
173
  with gr.Column():
174
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")