Spaces:
Runtime error
Runtime error
xiomarablanco
commited on
Commit
·
09edc50
1
Parent(s):
98edaa4
Update app.py
Browse files
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(
|
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 |
|