From ecbaa7aa35a801c444f06ab6406c978107c631d6 Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Mon, 30 Sep 2024 15:44:53 +0200 Subject: [PATCH] use sib-swiss.github.io/sparql-editor instead of YASGUI for query redirect --- src/sparql_llm/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sparql_llm/templates/index.html b/src/sparql_llm/templates/index.html index cd584b7..c1c65b7 100644 --- a/src/sparql_llm/templates/index.html +++ b/src/sparql_llm/templates/index.html @@ -218,7 +218,7 @@

const {endpointUrl, lastQuery} = extractSparqlInfo(mdResp); let queryBtn = ""; if (endpointUrl && lastQuery) { - queryBtn = `Run and edit the query  ` + queryBtn = `Run and edit the query  ` } let sourcesBtnHtml = "" let sourcesMd = ""