Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def load_names_from_url(url):
|
|
17 |
return names
|
18 |
|
19 |
# Carregar nomes do arquivo JSON-LD a partir do URL
|
20 |
-
names = load_names_from_url('https://huggingface.co/spaces/histlearn/ShowGraph/
|
21 |
|
22 |
def run_query_and_visualize(qtext, turtle_file):
|
23 |
# Carrega o arquivo Turtle
|
|
|
17 |
return names
|
18 |
|
19 |
# Carregar nomes do arquivo JSON-LD a partir do URL
|
20 |
+
names = load_names_from_url('https://huggingface.co/spaces/histlearn/ShowGraph/blob/main/datafile.jsonld')
|
21 |
|
22 |
def run_query_and_visualize(qtext, turtle_file):
|
23 |
# Carrega o arquivo Turtle
|