heymenn commited on
Commit
6d83589
·
verified ·
1 Parent(s): dd711a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ AUTH = ("neo4j", "graph_test")
17
 
18
  with GraphDatabase.driver(URI, auth=AUTH) as driver:
19
  driver.verify_connectivity()
 
 
20
 
21
  def start_inference(data):
22
  """
 
17
 
18
  with GraphDatabase.driver(URI, auth=AUTH) as driver:
19
  driver.verify_connectivity()
20
+ print(driver.verify_connectivity())
21
+ print("i guess its gut")
22
 
23
  def start_inference(data):
24
  """