9650f42
1
2
3
4
5
6
7
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)