Jon Solow commited on
Commit
ebc859d
·
1 Parent(s): 24d027c

Temp output secrets to debug

Browse files
Files changed (1) hide show
  1. src/Home.py +1 -0
src/Home.py CHANGED
@@ -18,6 +18,7 @@ def get_app():
18
 
19
  """
20
  )
 
21
 
22
 
23
  if __name__ == "__main__":
 
18
 
19
  """
20
  )
21
+ st.write(st.secrets)
22
 
23
 
24
  if __name__ == "__main__":