Spaces:
Running
Running
File size: 2,176 Bytes
9c8c89a bae70b4 d6ade35 4b3360a bae70b4 9c8c89a d6ade35 c6064ad 9c8c89a ef0377b deb197e ef0377b deb197e ef0377b 9c8c89a 9618536 3d6dcf5 629f772 3d6dcf5 629f772 3d6dcf5 9c8c89a bdd1ecb 9618536 9c8c89a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
<!DOCTYPE html>
<html>
<head>
<!-- Metadata -->
<meta charset="utf-8">
<title>¿Title?</title>
<!-- Bootstrap CSS files-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Google web fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600" rel="stylesheet">
<!-- Personal styles -->
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<audio controls id="speaker_a" width="360">
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
</audio>
<audio controls id="speaker_b" width="360">
<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">
</audio>
<ul id="convo-list">
<li class="row">
<div class="text"><p>line one longer longer</p></div>
</li><li class="row">
<div class="text"><p>line two</p></div>
</li><li class="row">
<div class="text"><p>line three</p></div>
</li><li class="row">
<div class="text"><p>line four</p></div>
</li><li class="row">
<div class="text"><p>line 5</p></div>
</li><li class="row">
<div class="text"><p>line six shouls also be quite long i suppose</p></div>
</li><li class="row">
<div class="text"><p>line seven as well can get long</p></div>
</li>
</ul>
<table class="table" id="convo-table">
<tbody>
<tr><td>
line one longer longer
</td></tr><tr><td>
line two
</td></tr><tr><td>
line three
</td></tr><tr><td>
line four
</td></tr><tr><td>
line 5
</td></tr><tr><td>
line six should also be quite long i suppose
</td></tr><tr><td>
line seven as well can get long
</td></tr>
</tbody>
</table>
</body>
</html>
|