Spaces:
No application file
No application file
File size: 171 Bytes
1a79bef |
1 2 3 4 5 6 7 8 |
"""Template for custom function or Pydantic model."""
import streamlit as st
def get_st_secrets() -> dict:
"""Get the secrets of streamlit."""
return st.secrets
|