Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
3396224
1
Parent(s):
9e0eddc
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ def tester(text):
|
|
91 |
function onYouTubeIframeAPIReady() {
|
92 |
var numPl = Math.floor((Math.random() * 50) + 1);
|
93 |
var player = new YT.Player("player", {
|
94 |
-
height: '
|
95 |
-
width: '
|
96 |
playerVars: {
|
97 |
listType:'playlist',
|
98 |
list:'PLFgquLnL59anYA8FwzqNFMp3KMcbKwMaT',
|
@@ -112,7 +112,7 @@ def tester(text):
|
|
112 |
}
|
113 |
</script>
|
114 |
</body>
|
115 |
-
</html>""")
|
116 |
|
117 |
return results[0]['label']
|
118 |
#return results
|
|
|
91 |
function onYouTubeIframeAPIReady() {
|
92 |
var numPl = Math.floor((Math.random() * 50) + 1);
|
93 |
var player = new YT.Player("player", {
|
94 |
+
height: '315',
|
95 |
+
width: '560',
|
96 |
playerVars: {
|
97 |
listType:'playlist',
|
98 |
list:'PLFgquLnL59anYA8FwzqNFMp3KMcbKwMaT',
|
|
|
112 |
}
|
113 |
</script>
|
114 |
</body>
|
115 |
+
</html>""",width=560,height=325)
|
116 |
|
117 |
return results[0]['label']
|
118 |
#return results
|