Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,6 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
gr.Markdown(topics) # Show the topics on the left side
|
144 |
-
gr.HTML(display_iframe())
|
145 |
with gr.Row():
|
146 |
with gr.Column():
|
147 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|
|
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
gr.Markdown(topics) # Show the topics on the left side
|
|
|
144 |
with gr.Row():
|
145 |
with gr.Column():
|
146 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|