ncoop57 commited on
Commit
c637e67
1 Parent(s): 830243e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,7 +90,7 @@ def clifs_page(txt_model, vis_model):
90
  step=1,
91
  )
92
  desc = st.sidebar.text_input(
93
- "Search Query (Búsqueda de Consulta)",
94
  value="Pancake in the shape of an otter",
95
  help="Text description of what you want to find in the video (Descripción de texto de que desea encontrar en el video)",
96
  )
@@ -100,7 +100,7 @@ def clifs_page(txt_model, vis_model):
100
  help="Youtube video you want to search (Video de Youtube que desea búscar)",
101
  )
102
 
103
- submit_button = st.sidebar.button("Search (Buscar)")
104
  if submit_button:
105
  ydl_opts = {"format": "mp4[height=360]"}
106
  with youtube_dl.YoutubeDL(ydl_opts) as ydl:
 
90
  step=1,
91
  )
92
  desc = st.sidebar.text_input(
93
+ "Search Query (Consulta de Búsqueda)",
94
  value="Pancake in the shape of an otter",
95
  help="Text description of what you want to find in the video (Descripción de texto de que desea encontrar en el video)",
96
  )
 
100
  help="Youtube video you want to search (Video de Youtube que desea búscar)",
101
  )
102
 
103
+ submit_button = st.sidebar.button("Search (Búscar)")
104
  if submit_button:
105
  ydl_opts = {"format": "mp4[height=360]"}
106
  with youtube_dl.YoutubeDL(ydl_opts) as ydl: