Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pratikshahp/finance-chatbot-with-guardrails
cloudyuga
/
finance-chatbot-with-guardrails
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
e60d197
finance-chatbot-with-guardrails
/
hf_app.py
pratikshahp
Create hf_app.py
e60d197
verified
8 months ago
raw
Copy download link
history
blame
Safe
78 Bytes
from
dotenv
import
load_dotenv
load_dotenv()
hf_token = os.getenv(
'HF_TOKEN'
)