histlearn commited on
Commit
2a26226
·
verified ·
1 Parent(s): 695363c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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