DavMelchi commited on
Commit
28ce4d8
·
1 Parent(s): 2f25a51

check hugging secrets

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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."""