writ_fil / app.py
Seetha's picture
Create app.py
9650f42
raw
history blame
No virus
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)