Seetha commited on
Commit
65d1ed4
1 Parent(s): cd23978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,4 +9,5 @@ with open('level2.json','r+') as fi:
9
  fi.seek(0)
10
  fi.write('Hello world')
11
  fi.truncate()
 
12
 
 
9
  fi.seek(0)
10
  fi.write('Hello world')
11
  fi.truncate()
12
+ st.write(os.path.abspath("level2.json"))
13