Skip to content

Commit 38ffec0

Browse files
Update finalGUI.py
1 parent 6e8fc46 commit 38ffec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

finalGUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
def connectneo4j_graph():
2323
######### local host/user/password depend on your neo4j server ########################change here
24-
graph = Graph("http://localhost:7474", user="neo4j", password="19960229")
24+
graph = Graph("http://localhost:7474", user="neo4j", password="neo4j")
2525
return graph
2626

2727
def format_response():
@@ -502,4 +502,4 @@ def isomorphism_subgraph_matching_nodes():
502502
matchinglabel = tk.Label(matchinganswer_frame)
503503
matchinglabel.place(relwidth=1, relheight=1)
504504

505-
root.mainloop()
505+
root.mainloop()

0 commit comments

Comments
 (0)