clr commited on
Commit
54c10d8
1 Parent(s): b1b2cec

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -23,16 +23,16 @@
23
  </head>
24
 
25
  <body>
26
-
27
- <div class="recordings">
28
- <audio controls id="speakera" class="half-audio" width="360">
29
  <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">
30
  </audio>
31
 
32
  <audio controls id="speakerb" class="half-audio" width="360">
33
  <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">
34
  </audio>
35
- </div>
36
 
37
 
38
 
@@ -108,7 +108,7 @@
108
  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
109
  <script type="text/javascript" src="./js/js.php"></script>
110
 
111
-
112
  </body>
113
  </html>
114
 
 
23
  </head>
24
 
25
  <body>
26
+ <div class="container">
27
+
28
+ <audio controls id="speakera" class="half-audio" width="360">
29
  <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">
30
  </audio>
31
 
32
  <audio controls id="speakerb" class="half-audio" width="360">
33
  <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">
34
  </audio>
35
+
36
 
37
 
38
 
 
108
  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
109
  <script type="text/javascript" src="./js/js.php"></script>
110
 
111
+ </div>
112
  </body>
113
  </html>
114