Update app.py
Browse files
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("
|
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
|