Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prathap
/
sql_quries
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ffc0f4b
sql_quries
/
app.py
Prathap
Update app.py
ffc0f4b
about 4 years ago
raw
Copy download link
history
blame
90 Bytes
import
json
import
openai
with
open
(
'GPT_SECRET_KEY.json'
)
as
f:
data = json.load(f)