Update app.py
Browse files
app.py
CHANGED
@@ -187,8 +187,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
187 |
with gr.Row():
|
188 |
gr.Markdown(topics) # Show the topics on the left side
|
189 |
gr.HTML(display_iframe()) # Embed the iframe on the left side
|
190 |
-
|
191 |
-
gr.HTML(display_iframe2())
|
192 |
with gr.Row():
|
193 |
with gr.Column():
|
194 |
question = gr.Textbox(label="Your Request", placeholder="What would you like to talk about?")
|
|
|
187 |
with gr.Row():
|
188 |
gr.Markdown(topics) # Show the topics on the left side
|
189 |
gr.HTML(display_iframe()) # Embed the iframe on the left side
|
190 |
+
gr.HTML(display_iframe2())
|
|
|
191 |
with gr.Row():
|
192 |
with gr.Column():
|
193 |
question = gr.Textbox(label="Your Request", placeholder="What would you like to talk about?")
|