Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
•
8a69511
1
Parent(s):
b899ff8
Colosseum is back up
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ pio.templates.default = "plotly_white"
|
|
22 |
|
23 |
from spitfight.colosseum.client import ControllerClient
|
24 |
|
25 |
-
COLOSSEUM_UP =
|
26 |
-
COLOSSEUM_BACK_ON = "
|
27 |
|
28 |
|
29 |
class TableManager:
|
|
|
22 |
|
23 |
from spitfight.colosseum.client import ControllerClient
|
24 |
|
25 |
+
COLOSSEUM_UP = True
|
26 |
+
COLOSSEUM_BACK_ON = ""
|
27 |
|
28 |
|
29 |
class TableManager:
|