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