xiomarablanco commited on
Commit
09edc50
1 Parent(s): 98edaa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def Main(uploadedFile, txtFileInput, orthographyPercentage, syntaxPercentage, se
85
  excelPath = exportResultToExcelFile(modelResult)
86
 
87
  except Exception as ex:
88
- error = "Error exporting to Excel: " + str(e)
89
 
90
  return [error, excelPath]
91
 
 
85
  excelPath = exportResultToExcelFile(modelResult)
86
 
87
  except Exception as ex:
88
+ error = "Error exporting to Excel: " + str(ex)
89
 
90
  return [error, excelPath]
91