Junyi42 commited on
Commit
b1fc3e1
·
1 Parent(s): 58d29c4
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -76,8 +76,9 @@ def main() -> None:
76
  "blue_rgb": (0.0, 0.149, 0.463), # #002676
77
  "red_rgb": (0.769, 0.510, 0.055), # #FDB515
78
  "blend_ratio": 0.7,
 
79
  "mid_anchor": True,
80
- "camera_position": (1e-3, 3, -0.4),
81
  },
82
  daemon=True
83
  ).start()
 
76
  "blue_rgb": (0.0, 0.149, 0.463), # #002676
77
  "red_rgb": (0.769, 0.510, 0.055), # #FDB515
78
  "blend_ratio": 0.7,
79
+ "point_size": 0.006,
80
  "mid_anchor": True,
81
+ "camera_position": (1e-3, 3.5, -0.45),
82
  },
83
  daemon=True
84
  ).start()