eaglelandsonce commited on
Commit
85a24c4
1 Parent(s): f1aa2ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from py2neo import Graph, Node, Relationship
3
- from scripts.vis import draw
4
 
5
  # Initialize a Neo4j graph instance
6
  graph = Graph()
 
1
  import streamlit as st
2
  from py2neo import Graph, Node, Relationship
3
+ from scripts.viz import draw
4
 
5
  # Initialize a Neo4j graph instance
6
  graph = Graph()