Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seetha
/
visual-knowledgegraph
like
0
Running
App
Files
Files
Community
Seetha
commited on
Jun 22, 2023
Commit
de85685
·
1 Parent(s):
32fa004
Delete tree.css
Browse files
Files changed (1)
hide
show
tree.css
+0
-15
tree.css
DELETED
Viewed
@@ -1,15 +0,0 @@
1
-
.node circle {
2
-
fill: #fff;
3
-
stroke: black;
4
-
stroke-width: 2px;
5
-
}
6
-
7
-
.node text {
8
-
font: 12px sans-serif;
9
-
}
10
-
11
-
.link {
12
-
fill: none;
13
-
14
-
stroke-width: 2px;
15
-
}