Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pratikshahp
/
finance-chatbot-with-guardrails
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pratikshahp
commited on
Dec 11, 2024
Commit
e60d197
·
verified
·
1 Parent(s):
3734eb9
Create hf_app.py
Browse files
Files changed (1)
hide
show
hf_app.py
+4
-0
hf_app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from dotenv import load_dotenv
2
+
3
+
load_dotenv()
4
+
hf_token = os.getenv('HF_TOKEN')