Spaces:
Sleeping
Sleeping
Fix: Update embedding link of video (#19)
Browse files- Update embedding link of video (5b889b32965a6a911738a57ed6218e6746aef84f)
Co-authored-by: Rodin <[email protected]>
- 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/
|
| 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 ##
|