diff --git a/src/.streamlit/secrets.toml b/src/.streamlit/secrets.toml index 6fcd1e3..a093bb2 100644 --- a/src/.streamlit/secrets.toml +++ b/src/.streamlit/secrets.toml @@ -1,3 +1,3 @@ # Add in gitignore in production -username = "r4m_worth" +username = "r4m_value" password = "$millions" diff --git a/src/public_dashboard.py b/src/public_dashboard.py index 4522e55..9351b4f 100644 --- a/src/public_dashboard.py +++ b/src/public_dashboard.py @@ -39,5 +39,7 @@ else: st.info( - "Please login by clicking on the Login button. Username: `r4m_worth`, Pwd: `$millions`." + "Please login by clicking on the Login button. \n\n" + "Username: `r4m_value` \n\n" + "Password: `$millions`" )