C2MV commited on
Commit
d7ba0b7
·
verified ·
1 Parent(s): 7a51e3f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -74,7 +74,7 @@ Extract the CSV file (file1) from the ZIP archive (observations), clean and filt
74
  const model = "meta-llama/Llama-3.1-70B-Instruct";
75
 
76
  // URL del archivo ZIP en Hugging Face
77
- const fileUrl = "https://huggingface.co/your-username/your-space-name/resolve/main/observations.zip";
78
 
79
  // Manejar el envío del formulario
80
  submitBtn.addEventListener("click", async () => {
 
74
  const model = "meta-llama/Llama-3.1-70B-Instruct";
75
 
76
  // URL del archivo ZIP en Hugging Face
77
+ const fileUrl = "observations.zip";
78
 
79
  // Manejar el envío del formulario
80
  submitBtn.addEventListener("click", async () => {