clr commited on
Commit
3d6dcf5
1 Parent(s): cdc5113

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <table class="table" id="convo-table">
29
- <tbody>
30
- <tr>
31
- <td>line one</td>
32
- </tr><tr>
33
- <td>line two</td>
34
- </tr><tr>
35
- <td>line three</td>
36
- </tr><tr>
37
- <td>line four</td>
38
- </tr>
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>