Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -201,7 +201,7 @@ def _(
|
|
| 201 |
@app.cell
|
| 202 |
def _(math, tabs):
|
| 203 |
# Sunburst chart: dimensions + position
|
| 204 |
-
CX, CY =
|
| 205 |
MAX_RADIUS = 350
|
| 206 |
MIN_RADIUS = 80
|
| 207 |
TW, TH = 245, 105
|
|
|
|
| 201 |
@app.cell
|
| 202 |
def _(math, tabs):
|
| 203 |
# Sunburst chart: dimensions + position
|
| 204 |
+
CX, CY = 400, 380
|
| 205 |
MAX_RADIUS = 350
|
| 206 |
MIN_RADIUS = 80
|
| 207 |
TW, TH = 245, 105
|