Ankush05 commited on
Commit
55b1ec2
·
1 Parent(s): 3d21152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from streamlit_option_menu import option_menu
3
 
4
  def loadfile():
5
  with open("data.json") as f:
6
- data = load.json(f)
7
  return data
8
 
9
  def savefile(newuser):
 
3
 
4
  def loadfile():
5
  with open("data.json") as f:
6
+ data = json.load(f)
7
  return data
8
 
9
  def savefile(newuser):