histlearn commited on
Commit
27813f8
·
verified ·
1 Parent(s): f3dbd83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/raw/main/datafile.jsonld')
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