wack0 commited on
Commit
8f11ace
·
verified ·
1 Parent(s): 54e082f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ def _(
201
  @app.cell
202
  def _(math, tabs):
203
  # Sunburst chart: dimensions + position
204
- CX, CY = 500, 380
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