diff --git a/examples/graph_visual_with_neo4j.py b/examples/graph_visual_with_neo4j.py index e06c248c..1cd2e7a3 100644 --- a/examples/graph_visual_with_neo4j.py +++ b/examples/graph_visual_with_neo4j.py @@ -11,7 +11,7 @@ BATCH_SIZE_EDGES = 100 # Neo4j connection credentials NEO4J_URI = "bolt://localhost:7687" NEO4J_USERNAME = "neo4j" -NEO4J_PASSWORD = "david123" +NEO4J_PASSWORD = "your_password" def xml_to_json(xml_file):