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
cf9ec28
·
verified
·
1 Parent(s):
57cba0c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import os
2
+
3
+
from groq import Groq
4
+
5
+
client = Groq(
6
+
api_key =userdata.get('groq_api_key')
7
+
)