clr commited on
Commit
2ec5b70
1 Parent(s): c80fe87

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -23,7 +23,7 @@
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">
@@ -32,7 +32,7 @@
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,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
- </div>
112
  </body>
113
  </html>
114
 
 
23
  </head>
24
 
25
  <body>
26
+ <div class="stuck-audio">
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">
 
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
  <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