Spaces:
Build error
Build error
Matias Macias Gomez commited on
Commit ·
b745816
1
Parent(s): 0b76276
Update requirements.txt
Browse files- requirements.txt +1 -1
- streamlit_app.py +1 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
streamlit==1.27.2
|
| 2 |
-
yt-dlp
|
|
|
|
| 1 |
streamlit==1.27.2
|
| 2 |
+
yt-dlp==2024.4.9
|
streamlit_app.py
CHANGED
|
@@ -74,7 +74,7 @@ with st.sidebar:
|
|
| 74 |
accept_multiple_files=False, key="ig_cookie")
|
| 75 |
st.file_uploader(label="**Upload TikTok Cookie** :cookie:", type=["txt", "json"],
|
| 76 |
accept_multiple_files=False, key="tt_cookie")
|
| 77 |
-
st.button("Clear Videos", on_click=_remove_all_videos)
|
| 78 |
|
| 79 |
# Main content
|
| 80 |
st.text_input("Video URL", key="url", placeholder="Enter Video URL and Hit Enter", on_change=_remove_video)
|
|
|
|
| 74 |
accept_multiple_files=False, key="ig_cookie")
|
| 75 |
st.file_uploader(label="**Upload TikTok Cookie** :cookie:", type=["txt", "json"],
|
| 76 |
accept_multiple_files=False, key="tt_cookie")
|
| 77 |
+
st.button("Clear Videos", on_click=_remove_all_videos, type="secondary", help="Clear all downloaded videos")
|
| 78 |
|
| 79 |
# Main content
|
| 80 |
st.text_input("Video URL", key="url", placeholder="Enter Video URL and Hit Enter", on_change=_remove_video)
|