Seetha commited on
Commit
cd23978
1 Parent(s): 9165b8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ with open('level2.json','r+') as fi:
7
  data = fi.read()
8
  st.write(data)
9
  fi.seek(0)
10
- fi.write(str(data))
11
  fi.truncate()
12
 
 
7
  data = fi.read()
8
  st.write(data)
9
  fi.seek(0)
10
+ fi.write('Hello world')
11
  fi.truncate()
12