Spaces:
Sleeping
Sleeping
add
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
formData.append("file", fileInput.files[0]);
|
| 36 |
formData.append("query", graphType);
|
| 37 |
|
| 38 |
-
let response = await fetch("http://aiwebdev-ai-web-
|
| 39 |
|
| 40 |
method: "POST",
|
| 41 |
body: formData
|
|
|
|
| 35 |
formData.append("file", fileInput.files[0]);
|
| 36 |
formData.append("query", graphType);
|
| 37 |
|
| 38 |
+
let response = await fetch("http://aiwebdev-ai-web-dev1.hf.space/generate_viz/", {
|
| 39 |
|
| 40 |
method: "POST",
|
| 41 |
body: formData
|