From d6b4388e01645c4015694b2b0688e370df8877a7 Mon Sep 17 00:00:00 2001 From: Thomas Faria <57811152+ThomasFaria@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:00:06 +0100 Subject: [PATCH] Update lmnp.qmd --- website/lmnp.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/lmnp.qmd b/website/lmnp.qmd index 7ce725e..dcf7c0f 100644 --- a/website/lmnp.qmd +++ b/website/lmnp.qmd @@ -123,7 +123,7 @@ import os ```{python} def query_batch_api(username: str, password: str, data: pd.DataFrame, nb_echos_max:int = 5, prob_min: float = 0.01): - base_url = "https://codification-ape.lab.sspcloud.fr/predict-batch" + base_url = "https://codification-ape-test.lab.sspcloud.fr/predict-batch" params = { "nb_echos_max": nb_echos_max, "prob_min": prob_min