curiouscurrent commited on
Commit
72fd738
·
verified ·
1 Parent(s): 20090fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -11,7 +11,9 @@ st.set_page_config(page_title="Startup Candidate Dashboard", layout="wide")
11
  JSON_URL = "https://file.notion.so/f/f/f86ed84d-b33c-4dfb-b0e0-97c5661516a3/3ed586a1-78e7-46af-9cf1-0961f95b5109/form-submissions-1.json?table=block&id=18a5392c-c93e-8054-b617-eb2a1a213d6c&spaceId=f86ed84d-b33c-4dfb-b0e0-97c5661516a3&expirationTimestamp=1758932214635&signature=sq1Jw2w3WoKIVMc8X078LO4SbfViD9ppdO0VXZ72Nro&downloadName=form-submissions.json"
12
 
13
  MODEL_ID = "HuggingFaceH4/zephyr-7b-beta"
14
- HF_API_TOKEN = st.secrets.get("HF_API_TOKEN") # store your Hugging Face token in Space Secrets
 
 
15
 
16
  # ----------------------------
17
  # CATEGORIES DEFINED BY JOB TITLES
 
11
  JSON_URL = "https://file.notion.so/f/f/f86ed84d-b33c-4dfb-b0e0-97c5661516a3/3ed586a1-78e7-46af-9cf1-0961f95b5109/form-submissions-1.json?table=block&id=18a5392c-c93e-8054-b617-eb2a1a213d6c&spaceId=f86ed84d-b33c-4dfb-b0e0-97c5661516a3&expirationTimestamp=1758932214635&signature=sq1Jw2w3WoKIVMc8X078LO4SbfViD9ppdO0VXZ72Nro&downloadName=form-submissions.json"
12
 
13
  MODEL_ID = "HuggingFaceH4/zephyr-7b-beta"
14
+
15
+ # **HF_API_TOKEN must be added in Hugging Face Spaces Secrets**
16
+ HF_API_TOKEN = st.secrets["HF_API_TOKEN"]
17
 
18
  # ----------------------------
19
  # CATEGORIES DEFINED BY JOB TITLES