ThatOneKevDev commited on
Commit
b757c58
·
verified ·
1 Parent(s): c3d3622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -141,7 +141,6 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
141
  with gr.Row():
142
  with gr.Column():
143
  gr.Markdown(topics) # Show the topics on the left side
144
- gr.HTML(display_iframe())
145
  with gr.Row():
146
  with gr.Column():
147
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
 
141
  with gr.Row():
142
  with gr.Column():
143
  gr.Markdown(topics) # Show the topics on the left side
 
144
  with gr.Row():
145
  with gr.Column():
146
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")