Spaces:
Sleeping
Sleeping
Commit ·
2372848
1
Parent(s): 591f0f5
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def process(input_path):
|
|
| 45 |
|
| 46 |
output_html = embed_html1 + id_spotify + embed_html2
|
| 47 |
|
| 48 |
-
return
|
| 49 |
except IndexError:
|
| 50 |
return "Not found. Please try again."
|
| 51 |
time.sleep(1)
|
|
|
|
| 45 |
|
| 46 |
output_html = embed_html1 + id_spotify + embed_html2
|
| 47 |
|
| 48 |
+
return output_text, output_html
|
| 49 |
except IndexError:
|
| 50 |
return "Not found. Please try again."
|
| 51 |
time.sleep(1)
|