david4096 commited on
Commit
57aa8c0
·
1 Parent(s): 4d2e485

Add links to download

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(
28
  inputs=query_input,
29
  outputs=output_text,
30
  title="Hugging Face Datasets SPARQL Query Interface",
31
- description="Enter a SPARQL query to retrieve data from the Turtle file. Generated by [huggingface-rdf](https://github.com/david4096/huggingface-rdf).",
32
  )
33
 
34
  if __name__ == "__main__":
 
28
  inputs=query_input,
29
  outputs=output_text,
30
  title="Hugging Face Datasets SPARQL Query Interface",
31
+ description="Enter a SPARQL query to retrieve data from the Turtle file. Generated by [huggingface-rdf](https://github.com/david4096/huggingface-rdf). [Download the turtle file locally](https://github.com/david4096/huggingface-rdf/releases/download/data-release/huggingface.ttl) and load it into your [favorite triple store](https://github.com/david4096/huggingface-rdf/tree/main/qlever_scripts)!",
32
  )
33
 
34
  if __name__ == "__main__":