Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|