How to run Chrome driver and Selenium in Web Scrapping project in streamlit Server

I’ve created a web scraper that runs properly on my local host. However, after deploying it to the Streamlit server, it gives me many errors related to Selenium and ChromeDriver. If anyone knows how to fix this, please let me know.

I’ve created a selenium demo project. You can try it here: https://selenium-demo.streamlit.app/

You can follow my instructions step by step in the README