Spaces:
Runtime error
Runtime error
Commit
·
22a0478
1
Parent(s):
ce6e9e4
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def tester(text):
|
|
40 |
# embed streamlit docs in a streamlit app
|
41 |
#components.html("""<iframe width=560" height="315" src="https://www.youtube.com/embed/NwFVSclD_uc?&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>""",width=560,height=325)
|
42 |
|
43 |
-
components.html("""<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj
|
44 |
|
45 |
|
46 |
elif (results[0]['label']=="surprise"):
|
|
|
40 |
# embed streamlit docs in a streamlit app
|
41 |
#components.html("""<iframe width=560" height="315" src="https://www.youtube.com/embed/NwFVSclD_uc?&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>""",width=560,height=325)
|
42 |
|
43 |
+
components.html("""<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>""",width=560,height=325)
|
44 |
|
45 |
|
46 |
elif (results[0]['label']=="surprise"):
|