extendable-agents / tools /get_st_secrets.py
NeuralNotwork's picture
Update get_st_secrets.py
5268600 verified
raw
history blame contribute delete
181 Bytes
"""Template for custom function or Pydantic model."""
import streamlit as st
def get_st_secrets() -> dict:
"""Get the secrets of streamlit."""
return st.secrets.to_dict()