acecalisto3 commited on
Commit
1c7361b
1 Parent(s): 23ef007

Update .streamlit/secrets.toml

Browse files
Files changed (1) hide show
  1. .streamlit/secrets.toml +4 -8
.streamlit/secrets.toml CHANGED
@@ -1,8 +1,4 @@
1
- import os
2
-
3
- # Set environment variable for Hugging Face token
4
- os.environ["huggingface"] = "hf_token"
5
-
6
-
7
- ["huggingface"]
8
- hf_token = st.secrets["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"]
 
1
+ [
2
+ huggingface
3
+ ]
4
+ api_key = "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"