Tuana commited on
Commit
7d43669
1 Parent(s): f4acbae

Attempting to crawl URLs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", type="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'):