Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vanwdai
/
dialogflowAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e2b74e4
dialogflowAPI
/
app
/
utils
/
constants.py
OnlyBiggg
Initial commit
e2b74e4
2 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
json
# Đọc dữ liệu từ file JSON
with
open
(
"app/utils/code_province.json"
,
"r"
, encoding=
"utf-8"
)
as
file:
code_province = json.load(file)