Spaces:
Build error
Build error
Attempting to crawl URLs
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ This Summarization demo uses a [Haystack TransformerSummarizer node](https://hay
|
|
69 |
""", unsafe_allow_html=True)
|
70 |
|
71 |
uploaded_file = st.file_uploader("Choose a PDF file", accept_multiple_files=False)
|
72 |
-
url = st.text_input(label="enter a URL"
|
73 |
|
74 |
if (validators.url(url)) and (upload_file is None):
|
75 |
if st.button('Summarize contents of URL'):
|
|
|
69 |
""", unsafe_allow_html=True)
|
70 |
|
71 |
uploaded_file = st.file_uploader("Choose a PDF file", accept_multiple_files=False)
|
72 |
+
url = st.text_input(label="enter a URL")
|
73 |
|
74 |
if (validators.url(url)) and (upload_file is None):
|
75 |
if st.button('Summarize contents of URL'):
|