enemy7 commited on
Commit
99f5232
·
1 Parent(s): 93642e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -417,7 +417,7 @@ def hello():
417
  def main():
418
  data = request.get_json()['text']
419
 
420
- value = precidt(data)[0]
421
 
422
  if (value > 85):
423
  score = "Poor"
 
417
  def main():
418
  data = request.get_json()['text']
419
 
420
+ value = precidt(data)[0][0]
421
 
422
  if (value > 85):
423
  score = "Poor"