NeuralNotwork commited on
Commit
90ba2a7
·
verified ·
1 Parent(s): a0cf493

Update get_st_secrets.py

Browse files
Files changed (1) hide show
  1. tools/get_st_secrets.py +1 -1
tools/get_st_secrets.py CHANGED
@@ -4,4 +4,4 @@ import streamlit as st
4
 
5
  def get_st_secrets() -> dict:
6
  """Get the secrets of streamlit."""
7
- return st.secrets
 
4
 
5
  def get_st_secrets() -> dict:
6
  """Get the secrets of streamlit."""
7
+ return dict(st.secrets)