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