Deployment of App on Streamlit not working because module not found


I have written code for data entry on a Snowflake instance. I have installed all the necessary packages and uploaded my files to GitHub. The code works fine on my system, but on Streamlit Cloud, it shows the error: module not found: streamlit_authenticator. Can anyone help?
here is the github repo link:- GitHub - Beskos34/LendingOne_PoC
It has three files app.py is the main
auth.py for authentication
database.py is the snowflake connection
Please provide some suggestions and solution to this!

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