Spaces:
Runtime error
Runtime error
xiomarablanco
commited on
Commit
·
0c44394
1
Parent(s):
b4bfa74
Update app.py
Browse files
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
|
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]
|