darpanaswal commited on
Commit
d825fc7
·
verified ·
1 Parent(s): 4fe7b26

Create testtoken.py

Browse files
Files changed (1) hide show
  1. testtoken.py +4 -0
testtoken.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ token = st.secrets('HF_TOKEN')
4
+ print(token)