Update SEMA UI copy per latest content requirements
Browse files- webapp/static/index.html +7 -8
webapp/static/index.html
CHANGED
|
@@ -10,15 +10,17 @@
|
|
| 10 |
<div class="page-shell">
|
| 11 |
<header class="hero">
|
| 12 |
<div class="hero-copy">
|
| 13 |
-
<p class="eyebrow">SEMA
|
| 14 |
-
<h1>
|
| 15 |
<p class="hero-text">
|
| 16 |
-
|
| 17 |
</p>
|
| 18 |
</div>
|
| 19 |
<div class="hero-note">
|
| 20 |
-
<p>
|
| 21 |
-
<p>
|
|
|
|
|
|
|
| 22 |
</div>
|
| 23 |
</header>
|
| 24 |
|
|
@@ -26,7 +28,6 @@
|
|
| 26 |
<section class="panel panel-upload">
|
| 27 |
<div class="panel-head">
|
| 28 |
<h2>1. 上传分析</h2>
|
| 29 |
-
<span class="badge">临时文件,任务完成后删除</span>
|
| 30 |
</div>
|
| 31 |
|
| 32 |
<form id="analyze-form" class="stack">
|
|
@@ -41,7 +42,6 @@
|
|
| 41 |
<label class="field upload-box">
|
| 42 |
<span>视频文件</span>
|
| 43 |
<input id="video-file" name="file" type="file" accept="video/mp4,video/quicktime,video/x-matroska,video/webm,video/x-msvideo" required>
|
| 44 |
-
<small>建议短视频。当前默认走 `pipeline=1, subpipeline=4`。</small>
|
| 45 |
</label>
|
| 46 |
|
| 47 |
<button id="analyze-button" type="submit">开始分析</button>
|
|
@@ -75,7 +75,6 @@
|
|
| 75 |
<section class="panel panel-chat">
|
| 76 |
<div class="panel-head">
|
| 77 |
<h2>3. 继续提问</h2>
|
| 78 |
-
<span class="badge">基于本次评估 + 纯知识库</span>
|
| 79 |
</div>
|
| 80 |
|
| 81 |
<div id="chat-log" class="chat-log">
|
|
|
|
| 10 |
<div class="page-shell">
|
| 11 |
<header class="hero">
|
| 12 |
<div class="hero-copy">
|
| 13 |
+
<p class="eyebrow">SEMA — YOUR PROFESSIONAL ARCHERY COACH</p>
|
| 14 |
+
<h1>看懂你的动作,也回答你的每个问题。</h1>
|
| 15 |
<p class="hero-text">
|
| 16 |
+
上传你的射箭视频,获得专业动作质量评估,并在后续追问中获取更具针对性的训练指导与运动知识。
|
| 17 |
</p>
|
| 18 |
</div>
|
| 19 |
<div class="hero-note">
|
| 20 |
+
<p><strong>SEMA 能力概览</strong></p>
|
| 21 |
+
<p><strong>动作质量评估</strong><br>识别射箭动作中的关键技术环节与质量表现</p>
|
| 22 |
+
<p><strong>知识增强分析</strong><br>结合领域知识进行问题检索与证据组织</p>
|
| 23 |
+
<p><strong>交互式指导问答</strong><br>支持围绕评估结果持续追问与针对性反馈。</p>
|
| 24 |
</div>
|
| 25 |
</header>
|
| 26 |
|
|
|
|
| 28 |
<section class="panel panel-upload">
|
| 29 |
<div class="panel-head">
|
| 30 |
<h2>1. 上传分析</h2>
|
|
|
|
| 31 |
</div>
|
| 32 |
|
| 33 |
<form id="analyze-form" class="stack">
|
|
|
|
| 42 |
<label class="field upload-box">
|
| 43 |
<span>视频文件</span>
|
| 44 |
<input id="video-file" name="file" type="file" accept="video/mp4,video/quicktime,video/x-matroska,video/webm,video/x-msvideo" required>
|
|
|
|
| 45 |
</label>
|
| 46 |
|
| 47 |
<button id="analyze-button" type="submit">开始分析</button>
|
|
|
|
| 75 |
<section class="panel panel-chat">
|
| 76 |
<div class="panel-head">
|
| 77 |
<h2>3. 继续提问</h2>
|
|
|
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<div id="chat-log" class="chat-log">
|