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