extendable-agents / tools /get_st_secrets.py
NeuralNotwork's picture
Update get_st_secrets.py
1a79bef verified
raw
history blame
171 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