Seetha commited on
Commit
52ab25d
1 Parent(s): ac3ed37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  with urllib.request.urlopen('https://huggingface.co/datasets/Seetha/visual_files/raw/main/level2.json') as response:
5
  data = response.read()
6
 
7
- with open('level2.json','r+') as fi:
8
  data = fi.read()
9
  st.write(data)
10
  fi.seek(0)
 
4
  with urllib.request.urlopen('https://huggingface.co/datasets/Seetha/visual_files/raw/main/level2.json') as response:
5
  data = response.read()
6
 
7
+ with open('/home/user/app/level2.json','r+') as fi:
8
  data = fi.read()
9
  st.write(data)
10
  fi.seek(0)