Spaces:
Runtime error
Runtime error
ThanaphonJoe
commited on
Commit
•
7117e27
1
Parent(s):
e2124cd
Update app.py
Browse files
app.py
CHANGED
@@ -190,8 +190,6 @@ def combine(a, b):
|
|
190 |
plt.xlabel(' CANNOT LOAD VDO ')
|
191 |
plt.ylabel(' CANNOT LOAD VDO ')
|
192 |
|
193 |
-
#str_output ='www.youtube.com/embed/MdSDXZ_zzU'
|
194 |
-
str_output = 'https://www.youtube.com/embed/KRhPBvrBhro'
|
195 |
str_output = 'www.youtube.com/embed/KRhPBvrBhro?si=U8sOh4ighEG9hkTI'
|
196 |
|
197 |
embed_html = f'<center> <iframe id="ytplayer" type="text/html" width="560" height="315" src="{str_output}" frameborder="0" allowfullscreen </iframe> </center>'
|
|
|
190 |
plt.xlabel(' CANNOT LOAD VDO ')
|
191 |
plt.ylabel(' CANNOT LOAD VDO ')
|
192 |
|
|
|
|
|
193 |
str_output = 'www.youtube.com/embed/KRhPBvrBhro?si=U8sOh4ighEG9hkTI'
|
194 |
|
195 |
embed_html = f'<center> <iframe id="ytplayer" type="text/html" width="560" height="315" src="{str_output}" frameborder="0" allowfullscreen </iframe> </center>'
|