gouravgujariya commited on
Commit
a7cdae2
·
1 Parent(s): 6ffad4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -5,6 +5,10 @@ import base64
5
  import json
6
 
7
  st.title("Web Scraper with Streamlit")
 
 
 
 
8
 
9
  # User input for the URL
10
  url = st.text_input("Enter the URL of the website you want to scrape:")
 
5
  import json
6
 
7
  st.title("Web Scraper with Streamlit")
8
+ st.text("This website is capable to webscrape the html based websites but not for Dynamic based")
9
+ st.text("example:")
10
+ st.text("1. https://books.toscrape.com/")
11
+ st.text("2. http://quotes.toscrape.com")
12
 
13
  # User input for the URL
14
  url = st.text_input("Enter the URL of the website you want to scrape:")