awacke1 commited on
Commit
a38ada2
·
1 Parent(s): 622e21b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from st_click_detector import click_detector
9
 
10
 
11
 
12
- dot = Digraph()
13
 
14
  dot.node('ActionMechanics', 'Action Mechanics 💪')
15
  dot.node('AuctionMechanics', 'Auction Mechanics 💰')
 
9
 
10
 
11
 
12
+ dot = graphviz.Digraph()
13
 
14
  dot.node('ActionMechanics', 'Action Mechanics 💪')
15
  dot.node('AuctionMechanics', 'Auction Mechanics 💰')