PierreHanna commited on
Commit
2d5b51c
1 Parent(s): 6abacd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def process(input_path, embed_html_all):
72
 
73
  return output_text, output_html, embed_html_all
74
  except (IndexError, TypeError):
75
- return "Not found. Please try again."
76
  time.sleep(1)
77
 
78
  '''
 
72
 
73
  return output_text, output_html, embed_html_all
74
  except (IndexError, TypeError):
75
+ return "Not found. Please try again.","",""
76
  time.sleep(1)
77
 
78
  '''