Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from neo4j import GraphDatabase
|
|
| 2 |
|
| 3 |
# URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
|
| 4 |
URI = "neo4j+s://4985272f.databases.neo4j.io"
|
| 5 |
-
AUTH = ("neo4j", "
|
| 6 |
|
| 7 |
with GraphDatabase.driver(URI, auth=AUTH) as driver:
|
| 8 |
driver.verify_connectivity()
|
|
|
|
| 2 |
|
| 3 |
# URI examples: "neo4j://localhost", "neo4j+s://xxx.databases.neo4j.io"
|
| 4 |
URI = "neo4j+s://4985272f.databases.neo4j.io"
|
| 5 |
+
AUTH = ("neo4j", "P6zQScbmyWivYeVZ84BniNjOCxu1D5Akw1IRC1SLKx8")
|
| 6 |
|
| 7 |
with GraphDatabase.driver(URI, auth=AUTH) as driver:
|
| 8 |
driver.verify_connectivity()
|