FatimaGr commited on
Commit
a6b25d3
·
verified ·
1 Parent(s): e0cb8db
Files changed (1) hide show
  1. 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("https://FatimaGr-ai-web-dev1.hf.space/generate_viz/", {
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://localhost:8000/generate_viz/", {
39
 
40
  method: "POST",
41
  body: formData