awacke1 commited on
Commit
c93a6f3
·
1 Parent(s): f37a961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def show_download_links():
49
  st.sidebar.markdown(get_download_link(file), unsafe_allow_html=True)
50
 
51
  def main():
52
- st.sidebar.title('Web Bulk Downloader')
53
  url = st.sidebar.text_input('Please enter a Web URL to bulk download text and files')
54
  if st.sidebar.button('📥 Get All the Content'):
55
  download_html_and_files(url)
 
49
  st.sidebar.markdown(get_download_link(file), unsafe_allow_html=True)
50
 
51
  def main():
52
+ st.sidebar.title('Web Datasets Bulk Downloader')
53
  url = st.sidebar.text_input('Please enter a Web URL to bulk download text and files')
54
  if st.sidebar.button('📥 Get All the Content'):
55
  download_html_and_files(url)