Spaces:
Running
Running
Update index.html
Browse files- index.html +22 -1
index.html
CHANGED
@@ -25,7 +25,7 @@
|
|
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-
|
29 |
<li class="row">
|
30 |
<div class="text"><p>line one longer longer</p></div>
|
31 |
</li><li class="row">
|
@@ -44,6 +44,27 @@
|
|
44 |
</ul>
|
45 |
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
</body>
|
48 |
</html>
|
49 |
|
|
|
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-list">
|
29 |
<li class="row">
|
30 |
<div class="text"><p>line one longer longer</p></div>
|
31 |
</li><li class="row">
|
|
|
44 |
</ul>
|
45 |
|
46 |
|
47 |
+
<table class="table" id="convo-table">
|
48 |
+
<tbody>
|
49 |
+
<tr><td>
|
50 |
+
line one longer longer
|
51 |
+
</td></tr><tr><td>
|
52 |
+
line two
|
53 |
+
</td></tr><tr><td>
|
54 |
+
line three
|
55 |
+
</td></tr><tr><td>
|
56 |
+
line four
|
57 |
+
</td></tr><tr><td>
|
58 |
+
line 5
|
59 |
+
</td></tr><tr><td>
|
60 |
+
line six should also be quite long i suppose
|
61 |
+
</td></tr><tr><td>
|
62 |
+
line seven as well can get long
|
63 |
+
</td></tr>
|
64 |
+
</tbody>
|
65 |
+
</table>
|
66 |
+
|
67 |
+
|
68 |
</body>
|
69 |
</html>
|
70 |
|