Seetha commited on
Commit
ae897df
1 Parent(s): 901dc33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ with urllib.request.urlopen('https://huggingface.co/datasets/Seetha/visual_files
5
  st.write(data)
6
 
7
  with open('level2.json','w') as fi:
8
- fi.write(data)
9
 
 
5
  st.write(data)
6
 
7
  with open('level2.json','w') as fi:
8
+ fi.write(str(data))
9