Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Commit
•
85a24c4
1
Parent(s):
f1aa2ca
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from py2neo import Graph, Node, Relationship
|
3 |
-
from scripts.
|
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()
|