Spaces:
Running
Running
chabane
commited on
Commit
·
2accd82
1
Parent(s):
4d312cc
modify the prompt for the user in plot
Browse files
static/scripts/data-visualisation.js
CHANGED
@@ -32,6 +32,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
32 |
}
|
33 |
|
34 |
loadingContainer.style.display = "block";
|
|
|
35 |
visualizeBtn.disabled = true;
|
36 |
|
37 |
const formdata = new FormData();
|
|
|
32 |
}
|
33 |
|
34 |
loadingContainer.style.display = "block";
|
35 |
+
|
36 |
visualizeBtn.disabled = true;
|
37 |
|
38 |
const formdata = new FormData();
|