pedrobento988 MiguelRR commited on
Commit
0a1ac14
·
verified ·
1 Parent(s): f793d35

Fix: Update embedding link of video (#19)

Browse files

- Update embedding link of video (5b889b32965a6a911738a57ed6218e6746aef84f)


Co-authored-by: Rodin <[email protected]>

Files changed (1) hide show
  1. tdagent/grchat.py +1 -1
tdagent/grchat.py CHANGED
@@ -754,7 +754,7 @@ with (
754
  """,
755
  )
756
  gr.HTML(
757
- """<iframe width="560" height="315" src="https://www.youtube.com/watch?v=C6Z9EOW-3lE" frameborder="0" allowfullscreen></iframe>""", # noqa: E501
758
  )
759
 
760
  ## UI Events ##
 
754
  """,
755
  )
756
  gr.HTML(
757
+ """<iframe width="560" height="315" src="https://www.youtube.com/embed/C6Z9EOW-3lE" frameborder="0" allowfullscreen></iframe>""", # noqa: E501
758
  )
759
 
760
  ## UI Events ##