PhDFlo commited on
Commit
1648059
·
1 Parent(s): 8ebfcd3

change link to embed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,7 +308,7 @@ with gr.Blocks(theme=theme) as demo:
308
 
309
  gr.HTML(
310
  """<iframe width="600" height="338"
311
- src="https://www.youtube.com/watch?v=P9cAKxJ9Zh8"
312
  frameborder="0" allowfullscreen></iframe>""",
313
  label="MCP demonstration video"
314
  )
 
308
 
309
  gr.HTML(
310
  """<iframe width="600" height="338"
311
+ src="https://www.youtube.com/embed/P9cAKxJ9Zh8"
312
  frameborder="0" allowfullscreen></iframe>""",
313
  label="MCP demonstration video"
314
  )