Update app.py
Browse files
app.py
CHANGED
@@ -169,8 +169,7 @@ 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 |
-
|
173 |
-
gr.HTML(iframe2) # Embed the iframe on the right side
|
174 |
|
175 |
# Show the topics on the left side
|
176 |
with gr.Row():
|
|
|
169 |
with gr.Row():
|
170 |
with gr.Column():
|
171 |
gr.Markdown(topics) # Show the topics on the left side
|
172 |
+
|
|
|
173 |
|
174 |
# Show the topics on the left side
|
175 |
with gr.Row():
|