summaryrefslogtreecommitdiffstats
path: root/ui/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/index.html')
-rw-r--r--ui/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/index.html b/ui/index.html
index 19c41ce..29d4a78 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<title>TaSTT</title>
- <link rel="stylesheet" href="build/output.css">
+ <link rel="stylesheet" href="output.css">
</head>
<body class="bg-gray-100">
<div class="container-fluid px-6 py-6 h-screen flex flex-col">
@@ -214,6 +214,10 @@
<input type="checkbox" id="save_audio" class="mr-2">
<span class="checkbox-text">Save Audio Segments</span>
</label>
+ <label for="enable_segment_logging" class="checkbox-label">
+ <input type="checkbox" id="enable_segment_logging" class="mr-2">
+ <span class="checkbox-text">Log Segment Metadata (Debug)</span>
+ </label>
</div>
</section>