BhanuPrakashSamoju commited on
Commit
c161c59
1 Parent(s): 9e57b26

Update pages/index.py

Browse files
Files changed (1) hide show
  1. pages/index.py +1 -1
pages/index.py CHANGED
@@ -38,7 +38,7 @@ with st.form("Index documents to Vector Store"):
38
  submitted = st.form_submit_button("Submit")
39
 
40
  if submitted:
41
- print("Submitted web link: " + file_path)
42
  webpage_loader = _load_docs(file_path)
43
 
44
  webpage_chunks = _text_splitter(webpage_loader)
 
38
  submitted = st.form_submit_button("Submit")
39
 
40
  if submitted:
41
+ st.write("Submitted web link: " + file_path)
42
  webpage_loader = _load_docs(file_path)
43
 
44
  webpage_chunks = _text_splitter(webpage_loader)