Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +1 -1
thaTube.py
CHANGED
@@ -15,7 +15,7 @@ class thaTube2:
|
|
15 |
self.playlist_url = playlist_url
|
16 |
self.current_audio_file = None
|
17 |
self.video_url = None
|
18 |
-
|
19 |
# Autoplay as soon as the object is created
|
20 |
self.streamlit_ui()
|
21 |
|
|
|
15 |
self.playlist_url = playlist_url
|
16 |
self.current_audio_file = None
|
17 |
self.video_url = None
|
18 |
+
self.playlist_url = playlist_url
|
19 |
# Autoplay as soon as the object is created
|
20 |
self.streamlit_ui()
|
21 |
|