writ_fil / app.py
Seetha's picture
Update app.py
36bbacc
raw
history blame
No virus
240 Bytes
import urllib.request
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)