Spaces:
No application file
No application file
Update get_st_secrets.py
Browse files- 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
|
|
|
4 |
|
5 |
def get_st_secrets() -> dict:
|
6 |
"""Get the secrets of streamlit."""
|
7 |
+
return st.secrets.to_dict()
|