Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seetha
/
writ_fil
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9650f42
writ_fil
/
app.py
Seetha
Create app.py
9650f42
over 1 year ago
raw
Copy download link
history
blame
Safe
218 Bytes
with
urllib.request.urlopen(
'https://huggingface.co/datasets/Seetha/visual_files/raw/main/level2.json'
)
as
response:
data = response.read()
st.write(data)
with
open
(
'level2.json'
,
'w'
)
as
fi:
f.write(data)