Spaces:
Configuration error
Configuration error
DBA-UL commited on
Commit ·
3603815
1
Parent(s): b6cb528
Correction README et ajout upload
Browse files
main.js
CHANGED
|
@@ -21,7 +21,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
| 21 |
});
|
| 22 |
|
| 23 |
function loadCSVData() {
|
| 24 |
-
Papa.parse('donnees_appareils
|
| 25 |
download: true,
|
| 26 |
header: true,
|
| 27 |
dynamicTyping: true,
|
|
|
|
| 21 |
});
|
| 22 |
|
| 23 |
function loadCSVData() {
|
| 24 |
+
Papa.parse('donnees_appareils.csv', {
|
| 25 |
download: true,
|
| 26 |
header: true,
|
| 27 |
dynamicTyping: true,
|