NeuralNotwork commited on
Commit
5268600
·
verified ·
1 Parent(s): 73b5311

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.to_dict()
 
4
 
5
  def get_st_secrets() -> dict:
6
  """Get the secrets of streamlit."""
7
+ return st.secrets.to_dict()