PierreHanna commited on
Commit
2372848
1 Parent(s): 591f0f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def process(input_path):
45
 
46
  output_html = embed_html1 + id_spotify + embed_html2
47
 
48
- return ouput_text, output_html
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)