Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saritha
/
AyurVedaMate
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saritha
commited on
May 1, 2024
Commit
0fd0061
·
verified
·
1 Parent(s):
05f3581
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,5 +3,5 @@ import os
3
from groq import Groq
4
5
client = Groq(
6
-
api_key =os.
environ
['api_key_gorq']
7
)
3
from groq import Groq
4
5
client = Groq(
6
+
api_key =os.
getenv
['api_key_gorq']
7
)