check hugging secrets
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import streamlit as st
|
|
4 |
# Authentication function
|
5 |
def check_password():
|
6 |
"""Returns `True` if the user had the correct password."""
|
|
|
7 |
|
8 |
def password_entered():
|
9 |
"""Checks whether a password entered by the user is correct."""
|
|
|
4 |
# Authentication function
|
5 |
def check_password():
|
6 |
"""Returns `True` if the user had the correct password."""
|
7 |
+
st.write(st.secrets)
|
8 |
|
9 |
def password_entered():
|
10 |
"""Checks whether a password entered by the user is correct."""
|