dogutcu commited on
Commit
f53bc46
·
verified ·
1 Parent(s): 4b9dd86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()) # 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?")
 
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?")