Recently, I deployed a Streamlit project on Streamlit Cloud and tried to add a login page. However, it seems to have failed, as shown in the picture below:
I also uploaded an SQLite database file to my GitHub repository (GitHub - limlx233/StreamlitApp1: Data visualization web application based on streamlit and pyecharts.). What confuses me is that everything works perfectly on my localhost, but the deployed project is not functioning correctly. Even though the account and password are correct, I can’t log in. The Python version is 3.9.16, and the dependencies are listed in
requirements.txt
. I hope someone can help me with this issue.