Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +2 -0
thaTube.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import random
|
2 |
import tempfile
|
3 |
import streamlit as st
|
@@ -94,3 +95,4 @@ class thaTube:
|
|
94 |
self.next_video()
|
95 |
st.write(f"Playing next video: {self.video_url}")
|
96 |
|
|
|
|
1 |
+
'''
|
2 |
import random
|
3 |
import tempfile
|
4 |
import streamlit as st
|
|
|
95 |
self.next_video()
|
96 |
st.write(f"Playing next video: {self.video_url}")
|
97 |
|
98 |
+
'''
|