Seetha commited on
Commit
add49a5
1 Parent(s): aa8465d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with open('./level2.json','r+') as fi:
14
  fi.truncate()
15
  st.write(os.path.abspath("./level2.json"))
16
 
17
- with open('./level2.json','a') as dat:
18
  dat.write('hello hello')
19
  #st.write(data_after)
20
 
 
14
  fi.truncate()
15
  st.write(os.path.abspath("./level2.json"))
16
 
17
+ with open('./level2.json','w') as dat:
18
  dat.write('hello hello')
19
  #st.write(data_after)
20