Spaces:
Running
Running
change node color
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ stylesheet = [
|
|
168 |
"height": 75,
|
169 |
"shape": "rectangle",
|
170 |
"labelFontSize": 100,
|
171 |
-
|
172 |
}},
|
173 |
{"selector": "edge", "style": {"width": 10}}
|
174 |
]
|
|
|
168 |
"height": 75,
|
169 |
"shape": "rectangle",
|
170 |
"labelFontSize": 100,
|
171 |
+
'background-color': '#399AF9'
|
172 |
}},
|
173 |
{"selector": "edge", "style": {"width": 10}}
|
174 |
]
|