ncoop57
commited on
Commit
路
c637e67
1
Parent(s):
830243e
Fix typo
Browse files
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 (
|
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 (
|
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:
|