Home > Enterprise >  Trying to create a streamlit app that uses user-provided URLs to scrape and return a downloadable df
Trying to create a streamlit app that uses user-provided URLs to scrape and return a downloadable df

Time:01-09

I'm trying to use this create_df() function in Streamlit to gather a list of user-provided URLs called "recipes" and loop through each URL to return a df I've labeled "res" towards the end of the function. I've tried several approaches with the Streamlit syntax but I just cannot get this to work as I'm getting this error message:

recipe_scrapers._exceptions.WebsiteNotImplementedError: recipe-scrapers exception: Website (h) not supported.

Have a look at my entire repo enter image description here

  • Related