Spaces:
Runtime error
Runtime error
update app.py file
Browse files
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.
|
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')
|