ThatOneKevDev commited on
Commit
50dca81
·
verified ·
1 Parent(s): 2148927

Update app.py

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