Spaces:
Running
Running
<html> | |
<head> | |
<!-- Metadata --> | |
<meta charset="utf-8"> | |
<title>¿Title?</title> | |
<!-- Bootstrap CSS files--> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" 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"> | |
<!-- Local styles --> | |
<link rel="stylesheet" href="https://huggingface.co/spaces/clr/prosaln/resolve/main/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> | |
<table class="table" id="convo-table"> | |
<tbody> | |
<tr> | |
<td>line one</td> | |
</tr><tr> | |
<td>line two</td> | |
</tr><tr> | |
<td>line three</td> | |
</tr><tr> | |
<td>line four</td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> | |