cindywqng commited on
Commit
9866141
·
verified ·
1 Parent(s): 668fc29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- gr.HTML(iframe) # Embed the iframe on the left side
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():