Hello, Im new to streamlit and I’m trying to deploy my app to streamlit cloud, I’m using multithreading and selenium. Locally it works with Google Chrome but deployed does not with Chromium (it takes a lot of time until some threads break).
Somebody could help me?
This is my public url: https://juanfrilla-magicseaweed-main-chromium-z85c9z.streamlit.app/
Have you seen this thread? There are a couple different code snippets for Selenium + Streamlit Cloud.
Hello. I was wondering if streamlit supports selenium. I have an app that scrapes data from WholeFoods, cleans the data, and shows insights of different discounts. Everything works great locally, however via deployment, I’m getting a
ModuleNotFoundError: No module named 'selenium'
If anyone has any tips to this that would be great. Hopefully this app will help those shoppers at WholeFoods who have Amazon Prime and want to make the best out of their membership and find the best discounts! (High…
Yes, already saw it but I want to mix Multithreading + Selenium + Streamlit.
I still haven’t found anything that mix these 3 technologies combo.
My app is running deployed
My problem was that the html was different because the streamlit server is in a different region than where I am right now. So I adapted the scraper.