Munwar92 commited on
Commit
6fa74c4
·
verified ·
1 Parent(s): 4e05029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ st.title("Multilingual Chatbot with Web Scraping")
40
  st.sidebar.title("Options")
41
 
42
  # Scraping options
43
- url = st.sidebar.text_input("Enter a website URL to scrape:")
44
  if st.sidebar.button("Scrape Website"):
45
  context = scrape_website(url)
46
  st.sidebar.success("Website content scraped successfully!")
 
40
  st.sidebar.title("Options")
41
 
42
  # Scraping options
43
+ url = st.sidebar.text_input("https://www.sbbusba.edu.pk/")
44
  if st.sidebar.button("Scrape Website"):
45
  context = scrape_website(url)
46
  st.sidebar.success("Website content scraped successfully!")