Deaksh commited on
Commit
536c37e
Β·
verified Β·
1 Parent(s): a142b86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ if process_url_clicked:
36
  main_placeholder.text("Data Loading...Started...βœ…βœ…βœ…")
37
  data = loader.load()
38
  if not data:
39
- st.error("Failed to load content from the provided URLs. Please check their availability.")
40
- st.stop()
41
  # split data
42
  text_splitter = RecursiveCharacterTextSplitter(
43
  separators=['\n\n', '\n', '.', ','],
 
36
  main_placeholder.text("Data Loading...Started...βœ…βœ…βœ…")
37
  data = loader.load()
38
  if not data:
39
+ st.error("Failed to load content from the provided URLs. Please check their availability.")
40
+ st.stop()
41
  # split data
42
  text_splitter = RecursiveCharacterTextSplitter(
43
  separators=['\n\n', '\n', '.', ','],