clr commited on
Commit
270075a
·
1 Parent(s): b86661e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -12
index.html CHANGED
@@ -14,17 +14,12 @@
14
 
15
  <!-- Personal styles -->
16
  <link rel="stylesheet" href="./css/main.css">
17
- <!--<link href='https://cdn.knightlab.com/libs/soundcite/latest/css/player.css' rel='stylesheet' type='text/css'>
18
- <script type='text/javascript' src='https://cdn.knightlab.com/libs/soundcite/latest/js/soundcite.min.js'></script>
19
- <link href='./css/player.css' rel='stylesheet' type='text/css'>
20
- <script type='text/javascript' src='./js/soundcite.js'></script>-->
21
-
22
 
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">
30
  </audio>
@@ -34,11 +29,9 @@
34
  </audio>
35
 
36
  <div style="height:60px;background:white"></div>
37
-
38
  </div>
39
 
40
 
41
-
42
  <div class="convo-table">
43
  <table>
44
  <tbody>
@@ -74,13 +67,9 @@
74
  </table>
75
  </div>
76
 
77
- <!--<span class="soundcite" data-url="./full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav" data-start="10000" data-end="25000" data-plays="1">line two</span>-->
78
-
79
 
80
  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
81
  <script type="text/javascript" src="./js/js.php"></script>
82
-
83
-
84
  </body>
85
  </html>
86
 
 
14
 
15
  <!-- Personal styles -->
16
  <link rel="stylesheet" href="./css/main.css">
 
 
 
 
 
17
 
18
  </head>
19
 
20
  <body>
21
  <div class="stuck-audio">
22
+
23
  <audio controls id="speakera" class="half-audio" width="360">
24
  <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">
25
  </audio>
 
29
  </audio>
30
 
31
  <div style="height:60px;background:white"></div>
 
32
  </div>
33
 
34
 
 
35
  <div class="convo-table">
36
  <table>
37
  <tbody>
 
67
  </table>
68
  </div>
69
 
 
 
70
 
71
  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
72
  <script type="text/javascript" src="./js/js.php"></script>
 
 
73
  </body>
74
  </html>
75