Junyi42 commited on
Commit
8a4fb48
·
1 Parent(s): fed0e83
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ 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
- "point_size": 0.006,
80
- "camera_position": (1e-3, 1.7, -0.15),
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.0065,
80
+ "camera_position": (1e-3, 1.7, -0.125),
81
  },
82
  daemon=True
83
  ).start()