maom commited on
Commit
bb132d9
·
verified ·
1 Parent(s): 42b31f6

change node color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ]