Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,5 +8,7 @@ def return_yt_html_embed(yt_url):
|
|
8 |
)
|
9 |
return HTML_str
|
10 |
|
|
|
|
|
11 |
iface = gr.Interface(fn=return_yt_html_embed, inputs="text", outputs="html")
|
12 |
iface.launch(share=True)
|
|
|
8 |
)
|
9 |
return HTML_str
|
10 |
|
11 |
+
'''<iframe width="560" height="315" src="https://www.youtube.com/embed/byk8H1xuOso?si=j7LxhAtLAjq-vd4_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>'''
|
12 |
+
|
13 |
iface = gr.Interface(fn=return_yt_html_embed, inputs="text", outputs="html")
|
14 |
iface.launch(share=True)
|