kamau1 commited on
Commit
43fdfa7
·
verified ·
1 Parent(s): 4e21277

Update 01_🎥_Input_YouTube_Link.py

Browse files
Files changed (1) hide show
  1. 01_🎥_Input_YouTube_Link.py +3 -0
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):