Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from langchain_core.prompts import PromptTemplate
|
|
7 |
from sentence_transformers import SentenceTransformer
|
8 |
|
9 |
# Retrieve HF_TOKEN from environment
|
10 |
-
HF_TOKEN = os.
|
11 |
|
12 |
# Constants
|
13 |
DATA_PATH = "dataFolder/"
|
|
|
7 |
from sentence_transformers import SentenceTransformer
|
8 |
|
9 |
# Retrieve HF_TOKEN from environment
|
10 |
+
HF_TOKEN = os.environ.get("HF_TOKEN")
|
11 |
|
12 |
# Constants
|
13 |
DATA_PATH = "dataFolder/"
|