Spaces:
Running
Running
acecalisto3
commited on
Commit
•
500e615
1
Parent(s):
f7403b9
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ markdown_with_custom_html(markdown_text, custom_html)
|
|
32 |
# Set your Hugging Face API key here
|
33 |
# hf_token = "YOUR_HUGGING_FACE_API_KEY" # Replace with your actual token
|
34 |
# Get Hugging Face token from secrets.toml - this line should already be in the main code
|
35 |
-
hf_token = st.secrets["huggingface"]["
|
36 |
|
37 |
HUGGING_FACE_REPO_URL = "https://huggingface.co/spaces/acecalisto3/DevToolKit"
|
38 |
PROJECT_ROOT = "projects"
|
|
|
32 |
# Set your Hugging Face API key here
|
33 |
# hf_token = "YOUR_HUGGING_FACE_API_KEY" # Replace with your actual token
|
34 |
# Get Hugging Face token from secrets.toml - this line should already be in the main code
|
35 |
+
hf_token = st.secrets["huggingface"]["key"]
|
36 |
|
37 |
HUGGING_FACE_REPO_URL = "https://huggingface.co/spaces/acecalisto3/DevToolKit"
|
38 |
PROJECT_ROOT = "projects"
|