ganga4364 commited on
Commit
5062932
·
verified ·
1 Parent(s): ea4edce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def create_preview_html(audio_path, vtt_path):
65
  shutil.copy2(vtt_path, new_vtt_path)
66
 
67
  # Read HTML template
68
- with open("templates/player.html", "r") as f:
69
  html_content = f.read()
70
 
71
  # Replace placeholders
 
65
  shutil.copy2(vtt_path, new_vtt_path)
66
 
67
  # Read HTML template
68
+ with open("player.html", "r") as f:
69
  html_content = f.read()
70
 
71
  # Replace placeholders