We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8fc46 commit 38ffec0Copy full SHA for 38ffec0
finalGUI.py
@@ -21,7 +21,7 @@
21
22
def connectneo4j_graph():
23
######### local host/user/password depend on your neo4j server ########################change here
24
- graph = Graph("http://localhost:7474", user="neo4j", password="19960229")
+ graph = Graph("http://localhost:7474", user="neo4j", password="neo4j")
25
return graph
26
27
def format_response():
@@ -502,4 +502,4 @@ def isomorphism_subgraph_matching_nodes():
502
matchinglabel = tk.Label(matchinganswer_frame)
503
matchinglabel.place(relwidth=1, relheight=1)
504
505
-root.mainloop()
+root.mainloop()
0 commit comments