Not displaying information when running Beautiful Soup in Streamlit

Hello everybody!

I am relatively new to streamlit, and I have entered a minor issue that I need help with. When I am running a python script where I extract some data from a website and uses BeautifulSoup to convert the data, I get a message on my streamlit app (see picture below). I run it locally :slight_smile:

Is there anyone who knows how I can prevent streamlit from displaying this?

Hey @slok, welcome to the community!

Could you please send us the code?

Best,
Charly

Hi @slok

As @Charly_Wargnier had pointed out, sharing the code would help to see what went wrong.

In the meantime, you could also take a look at this working implementation that I’ve found using beautifulsoup with Streamlit.

Here’s the repo: GitHub - naveenkonam1985/tablecrawler: Table Scraper with BeautifulSoup and Streamlit
and
Demo app: https://tablecrawler.streamlit.app/

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.