Seetha commited on
Commit
054e02d
1 Parent(s): 4d1ba77

Update app.py

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