xiomarablanco commited on
Commit
0c44394
1 Parent(s): b4bfa74

Update app.py

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