Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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?")
|