Spaces:
Sleeping
Sleeping
Commit ·
2d5b51c
1
Parent(s): 6abacd1
Update app.py
Browse files
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 |
'''
|