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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -90,7 +90,6 @@ def Main(uploadedFile, txtFileInput, orthographyPercentage, syntaxPercentage, se
90
  return [error, excelPath]
91
 
92
  def exportResultToExcelFile(modelResult):
93
- try:
94
  try:
95
  excelData = []
96
 
 
90
  return [error, excelPath]
91
 
92
  def exportResultToExcelFile(modelResult):
 
93
  try:
94
  excelData = []
95