xiomarablanco commited on
Commit
15336ed
1 Parent(s): d99d5a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ def Main(configuration, uploadedFile):
25
  # #overwriting the custom settings for the settings from the api
26
  response.setApiSettings(configuration)
27
 
28
- modelResult = jsonify(response.processApiData())
 
29
  except Exception as e:
30
  error = "Oops: " + str(e)
31
 
 
25
  # #overwriting the custom settings for the settings from the api
26
  response.setApiSettings(configuration)
27
 
28
+ # modelResult = jsonify(response.processApiData())
29
+ modelResult = response.processApiData()
30
  except Exception as e:
31
  error = "Oops: " + str(e)
32