Spaces:
Sleeping
Sleeping
Update 01_🎥_Input_YouTube_Link.py
Browse files
01_🎥_Input_YouTube_Link.py
CHANGED
@@ -15,6 +15,9 @@ from flores200_codes import flores_codes
|
|
15 |
|
16 |
st.set_page_config(page_title="Sematube", page_icon="🎦", layout="wide")
|
17 |
|
|
|
|
|
|
|
18 |
# Define a function that we can use to load lottie files from a link.
|
19 |
@st.cache()
|
20 |
def load_lottieurl(url: str):
|
|
|
15 |
|
16 |
st.set_page_config(page_title="Sematube", page_icon="🎦", layout="wide")
|
17 |
|
18 |
+
# Sema Translator
|
19 |
+
Public_Url = 'https://lewiskimaru-helloworld.hf.space' #endpoint
|
20 |
+
|
21 |
# Define a function that we can use to load lottie files from a link.
|
22 |
@st.cache()
|
23 |
def load_lottieurl(url: str):
|