SR05 commited on
Commit
a18d13c
1 Parent(s): 7bbadf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def scrape_irish_embassy_website(url):
17
  return []
18
 
19
  # Streamlit app
20
- st.title("Irish Embassy Website Scraper")
21
 
22
  url = st.text_input("Enter the Irish Embassy website URL:")
23
 
 
17
  return []
18
 
19
  # Streamlit app
20
+ st.title("Website Scraper")
21
 
22
  url = st.text_input("Enter the Irish Embassy website URL:")
23