Spaces:
Running
Running
Update index.html
Browse files- index.html +11 -13
index.html
CHANGED
@@ -25,19 +25,17 @@
|
|
25 |
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
|
26 |
</audio>
|
27 |
|
28 |
-
<
|
29 |
-
<
|
30 |
-
<
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
</tbody>
|
40 |
-
</table>
|
41 |
|
42 |
</body>
|
43 |
</html>
|
|
|
25 |
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
|
26 |
</audio>
|
27 |
|
28 |
+
<ul id="convo-table">
|
29 |
+
<li class="row">
|
30 |
+
<div class="text"><p>line one</p></div>
|
31 |
+
</li><li class="row">
|
32 |
+
<div class="text"><p>line two</p></div>
|
33 |
+
</li><li class="row">
|
34 |
+
<div class="text"><p>line three</p></div>
|
35 |
+
</li><li class="row">
|
36 |
+
<div class="text"><p>line four</p></div>
|
37 |
+
</li>
|
38 |
+
</ul>
|
|
|
|
|
39 |
|
40 |
</body>
|
41 |
</html>
|