osbm commited on
Commit
b2a5411
·
1 Parent(s): 3953219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import streamlit as st
 
2
 
3
- st.write("hw")
 
1
  import streamlit as st
2
+ import huggingface_hub as hf_hub
3
 
4
+ st.write(st.secrets["HF_TOKEN"])