Update app.py
Browse files
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')
|