Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +1 -1
thaTube.py
CHANGED
|
@@ -92,5 +92,5 @@ class thaTube:
|
|
| 92 |
|
| 93 |
if st.button('Next Video'):
|
| 94 |
self.next_video()
|
| 95 |
-
st.write(f"Playing next video: {self.video_url}")
|
| 96 |
|
|
|
|
| 92 |
|
| 93 |
if st.button('Next Video'):
|
| 94 |
self.next_video()
|
| 95 |
+
st.write(f"Playing next video: {self.video_url}")
|
| 96 |
|