Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,9 +24,9 @@ install_spacy_model()
|
|
| 24 |
nlp = spacy.load("en_core_web_sm")
|
| 25 |
|
| 26 |
# Neo4j credentials
|
| 27 |
-
uri = os.environ.get("
|
| 28 |
-
username = os.environ.get("
|
| 29 |
-
password = os.environ.get("
|
| 30 |
|
| 31 |
# Connect to Neo4j to check the connection and then close it
|
| 32 |
def connect_to_neo4j():
|
|
|
|
| 24 |
nlp = spacy.load("en_core_web_sm")
|
| 25 |
|
| 26 |
# Neo4j credentials
|
| 27 |
+
uri = os.environ.get("neo4j+s://ff701b1c.databases.neo4j.io")
|
| 28 |
+
username = os.environ.get("neo4j")
|
| 29 |
+
password = os.environ.get("BfZM7YRKpFz1b_V7acAmOtaSQHPU9xK03rJlfPep88g")
|
| 30 |
|
| 31 |
# Connect to Neo4j to check the connection and then close it
|
| 32 |
def connect_to_neo4j():
|