Spaces:
Running
Running
justinxzhao
commited on
Commit
•
cd88ef3
1
Parent(s):
1885d21
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -130,7 +130,7 @@
|
|
130 |
const averageInterval = timeIntervals.reduce((a, b) => a + b) / timeIntervals.length;
|
131 |
const tempo = Math.round(60000 / averageInterval);
|
132 |
|
133 |
-
document.getElementById('tempoDisplay').innerText =
|
134 |
}
|
135 |
|
136 |
if (tapTimes.length > 10) {
|
|
|
130 |
const averageInterval = timeIntervals.reduce((a, b) => a + b) / timeIntervals.length;
|
131 |
const tempo = Math.round(60000 / averageInterval);
|
132 |
|
133 |
+
document.getElementById('tempoDisplay').innerText = `${tempo} BPM`;
|
134 |
}
|
135 |
|
136 |
if (tapTimes.length > 10) {
|