awacke1 commited on
Commit
09fb94f
ยท
1 Parent(s): e4a19b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def create_amygdala_hijacking_graph():
10
  g.attr('node', fontname="Helvetica,Arial,sans-serif")
11
  g.attr('edge', fontname="Helvetica,Arial,sans-serif")
12
  g.attr('graph', newrank='true', nodesep='0.3', ranksep='0.2', overlap='true', splines='false')
13
- g.attr('node', fixedsize='false', fontsize='24', height='1', shape='box', style='filled,setlinewidth(5)', width='2.2')
14
  g.attr('edge', arrowhead='none', arrowsize='0.5', labelfontname="Ubuntu", weight='10', style='filled,setlinewidth(5)')
15
 
16
  g.node('1', '๐Ÿ‘‚ Sensory Input', fillcolor='lightblue')
 
10
  g.attr('node', fontname="Helvetica,Arial,sans-serif")
11
  g.attr('edge', fontname="Helvetica,Arial,sans-serif")
12
  g.attr('graph', newrank='true', nodesep='0.3', ranksep='0.2', overlap='true', splines='false')
13
+ g.attr('node', fixedsize='false', fontsize='24', height='1', shape='box', style='filled,setlinewidth(5)', width='2.2', penwidth='3')
14
  g.attr('edge', arrowhead='none', arrowsize='0.5', labelfontname="Ubuntu", weight='10', style='filled,setlinewidth(5)')
15
 
16
  g.node('1', '๐Ÿ‘‚ Sensory Input', fillcolor='lightblue')