Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
162 |
with gr.Row():
|
163 |
with gr.Column():
|
164 |
gr.Markdown(topics) # Show the topics on the left side
|
165 |
-
gr.HTML(youtube_iframe
|
166 |
with gr.Row():
|
167 |
with gr.Column():
|
168 |
question = gr.Textbox(label="Your question", placeholder="What would you like to know?")
|
|
|
162 |
with gr.Row():
|
163 |
with gr.Column():
|
164 |
gr.Markdown(topics) # Show the topics on the left side
|
165 |
+
gr.HTML(youtube_iframe) # Embed the iframe on the left side
|
166 |
with gr.Row():
|
167 |
with gr.Column():
|
168 |
question = gr.Textbox(label="Your question", placeholder="What would you like to know?")
|