elshehawy commited on
Commit
d735f80
Β·
1 Parent(s): 37a97eb

update app.py file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def find_orgs(uploaded_file):
98
  try:
99
  print('inside try')
100
  # print(uploaded_file.decode())
101
- uploaded_data = json.load(uploaded_file)
102
 
103
  except:
104
  print('inside except')
 
98
  try:
99
  print('inside try')
100
  # print(uploaded_file.decode())
101
+ uploaded_data = json.loads(uploaded_file.decode())
102
 
103
  except:
104
  print('inside except')