Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ edges = []
|
|
7 |
#Departamento Direcci贸n
|
8 |
nodes.append( Node(id="CEO",
|
9 |
label="Direccion",
|
10 |
-
size=
|
11 |
shape="circularImage",
|
12 |
image="http://marvel-force-chart.surge.sh/marvel_force_chart_img/top_spiderman.png")
|
13 |
) # includes **kwargs
|
|
|
7 |
#Departamento Direcci贸n
|
8 |
nodes.append( Node(id="CEO",
|
9 |
label="Direccion",
|
10 |
+
size=50,
|
11 |
shape="circularImage",
|
12 |
image="http://marvel-force-chart.surge.sh/marvel_force_chart_img/top_spiderman.png")
|
13 |
) # includes **kwargs
|