EdBianchi commited on
Commit
9d736cc
1 Parent(s): 3f4a706

Final app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def importRDF(filename, format):
18
 
19
  # IMPORTING THE RDF
20
  with st.spinner('Loading all the stuffs...'):
21
- graph = importRDF("../RDF/rdf-dataset.ttl", "ttl")
22
 
23
  # MOTHOD TO CONVERT THE QUERY RESULT INTO A DATAFRAME
24
  def sparql_results_to_df(results):
 
18
 
19
  # IMPORTING THE RDF
20
  with st.spinner('Loading all the stuffs...'):
21
+ graph = importRDF("rdf-dataset.ttl", "ttl")
22
 
23
  # MOTHOD TO CONVERT THE QUERY RESULT INTO A DATAFRAME
24
  def sparql_results_to_df(results):