Spaces:
Running
Running
Update index.html
Browse files- 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 = "
|
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 () => {
|