eaglelandsonce commited on
Commit
ea42a66
1 Parent(s): 017d045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def app():
93
  for sub_graph in marvel_file["children"]:
94
  marvel_store.add_triple(marvel_file["name"], "has_subgroup", sub_graph["name"], picture=marvel_file["img"])
95
  for node in sub_graph["children"]:
96
- node1 = node["hero"]
97
  link = "blongs_to"
98
  node2 = sub_graph["name"]
99
  pic = node["img"]
 
93
  for sub_graph in marvel_file["children"]:
94
  marvel_store.add_triple(marvel_file["name"], "has_subgroup", sub_graph["name"], picture=marvel_file["img"])
95
  for node in sub_graph["children"]:
96
+ node1 = node["role"]
97
  link = "blongs_to"
98
  node2 = sub_graph["name"]
99
  pic = node["img"]