Spaces:
No application file
No application file
Create testtoken.py
Browse files- 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)
|