smitathkr1 commited on
Commit
fc744d4
1 Parent(s): d66d3bc

Update pages/embeding.py

Browse files
Files changed (1) hide show
  1. pages/embeding.py +1 -1
pages/embeding.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  # Replace this with your HF token
3
- os.environ["HUGGINGFACE_ACCESS_TOKEN"] = "hf_xxxx"
4
 
5
  from embedchain import App
6
 
 
1
  import os
2
  # Replace this with your HF token
3
+ HUGGINGFACE_ACCESS_TOKEN = os.getenv('HUGGINGFACE_ACCESS_TOKEN')
4
 
5
  from embedchain import App
6