jaibadachiya commited on
Commit
6cf56fc
·
verified ·
1 Parent(s): e7a2c7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("NEO4J_URI")
28
- username = os.environ.get("NEO4J_USERNAME")
29
- password = os.environ.get("NEO4J_PASSWORD")
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():