Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
ff3a968
1
Parent(s):
e9b62dd
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def tester(text):
|
|
76 |
|
77 |
with open('sadplaylist.txt') as f:
|
78 |
contents = f.read()
|
79 |
-
components.html(contents)
|
80 |
|
81 |
return results[0]['label']
|
82 |
#return results
|
|
|
76 |
|
77 |
with open('sadplaylist.txt') as f:
|
78 |
contents = f.read()
|
79 |
+
components.html(contents,width=560,height=325)
|
80 |
|
81 |
return results[0]['label']
|
82 |
#return results
|