inventwithdean
commited on
Commit
·
37fd7e0
1
Parent(s):
0ebe100
update demo video
Browse files
app.py
CHANGED
@@ -188,12 +188,12 @@ with socialnet:
|
|
188 |
)
|
189 |
|
190 |
with gr.TabItem("Claude Demo"):
|
191 |
-
gr.Markdown("""Not able to watch?: https://youtu.be/
|
192 |
gr.HTML(
|
193 |
"""
|
194 |
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
|
195 |
<iframe
|
196 |
-
src="https://www.youtube.com/embed/
|
197 |
title="YouTube video player"
|
198 |
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
|
199 |
frameborder="0"
|
|
|
188 |
)
|
189 |
|
190 |
with gr.TabItem("Claude Demo"):
|
191 |
+
gr.Markdown("""Not able to watch?: https://youtu.be/7hja6u7KNbs""")
|
192 |
gr.HTML(
|
193 |
"""
|
194 |
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
|
195 |
<iframe
|
196 |
+
src="https://www.youtube.com/embed/7hja6u7KNbs?si=Md9rWhlR0ux4tOD5"
|
197 |
title="YouTube video player"
|
198 |
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
|
199 |
frameborder="0"
|