rasmodev commited on
Commit
4d8b62c
·
1 Parent(s): e46d45d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -49,15 +49,6 @@ def main():
49
  repetitive_terms = st.text_input("Enter repetitive terms (comma-separated):", value="Excel, Sql, Power Bi, Tableau, Python")
50
  repetitive_terms = [term.strip().upper() for term in repetitive_terms.split(',')]
51
 
52
- # Add an organize videos button
53
- if st.button("Organize Videos"):
54
- organized_doc = organize_videos(playlist_url, repetitive_terms)
55
-
56
- # Provide a download link for the generated document
57
- st.markdown(get_download_link(organized_doc), unsafe_allow_html=True)
58
- display_organized_videos(organized_doc)
59
-
60
-
61
  # Add an organize videos button
62
  if st.button("Organize Videos"):
63
  organized_doc = organize_videos(playlist_url, repetitive_terms)
 
49
  repetitive_terms = st.text_input("Enter repetitive terms (comma-separated):", value="Excel, Sql, Power Bi, Tableau, Python")
50
  repetitive_terms = [term.strip().upper() for term in repetitive_terms.split(',')]
51
 
 
 
 
 
 
 
 
 
 
52
  # Add an organize videos button
53
  if st.button("Organize Videos"):
54
  organized_doc = organize_videos(playlist_url, repetitive_terms)