Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def load_names_from_jsonld(jsonld_file):
|
|
15 |
return names
|
16 |
|
17 |
# Carregar nomes do arquivo JSON-LD
|
18 |
-
names = load_names_from_jsonld('datafile.jsonld')
|
19 |
|
20 |
def run_query_and_visualize(qtext, turtle_file):
|
21 |
# Carrega o arquivo Turtle
|
|
|
15 |
return names
|
16 |
|
17 |
# Carregar nomes do arquivo JSON-LD
|
18 |
+
names = load_names_from_jsonld('https://huggingface.co/spaces/histlearn/ShowGraph/raw/main/datafile.jsonld')
|
19 |
|
20 |
def run_query_and_visualize(qtext, turtle_file):
|
21 |
# Carrega o arquivo Turtle
|