I have deployed a streamlit web app which has web scraping features implemented to an Azure Web App instance, yet I am getting this error when the web page loads:
WebDriverException: Message: Service chromedriver unexpectedly exited. Status code was: 127I have found in other replies that some packages may need to be installed (chromium-browser, seleniumbase), but when I add them to requirements.txt, the deployment fails entirely.