I am having some issues when trying to deploy a relatively simple app using Streamlit Cloud. It uses Selenium for website scraping. My GitHub repo is here: GitHub - dkujo/scraping_zse: scraping ZSE stockmarket - you can see the complete code and app description.
I use Conda and have placed eviroment.ymlt file in repo.
My Python version: python==3.9.7
My Streamlit version: streamlit==1.2.0
Windows 10 is installed on my machine.
I tried a few things without success (deleting and recreating the app, using == instead of = in enviroment.yml file, removing chromedriver.exe from repo).