EnzoBustos commited on
Commit
43bed09
·
1 Parent(s): 5c4c65a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -7,6 +7,15 @@ from transformers import AutoTokenizer
7
  import nltk
8
  from PIL import Image
9
 
 
 
 
 
 
 
 
 
 
10
  #Download youtube video
11
  @st.cache_data
12
  def download_audio(link):
@@ -66,14 +75,6 @@ def old_funcs():
66
  '''
67
 
68
  def main():
69
- icon = Image.open("Traçado laranja #f1863d.png")
70
-
71
- st.set_page_config(
72
- page_title = "Turing Videos",
73
- page_icon = icon,
74
- layout = "wide",
75
- initial_sidebar_state = "auto",
76
- )
77
 
78
  with st.sidebar():
79
  st.title(":blue[Turing]Videos")
 
7
  import nltk
8
  from PIL import Image
9
 
10
+ icon = Image.open("Traçado laranja #f1863d.png")
11
+
12
+ st.set_page_config(
13
+ page_title = "Turing Videos",
14
+ page_icon = icon,
15
+ layout = "wide",
16
+ initial_sidebar_state = "auto",
17
+ )
18
+
19
  #Download youtube video
20
  @st.cache_data
21
  def download_audio(link):
 
75
  '''
76
 
77
  def main():
 
 
 
 
 
 
 
 
78
 
79
  with st.sidebar():
80
  st.title(":blue[Turing]Videos")