Junyi42 commited on
Commit
551dc5c
·
1 Parent(s): 5854e3b
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -76,7 +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
- "camera_position": (1e-3, 2., -0.25),
 
80
  },
81
  daemon=True
82
  ).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
+ "camera_position": (1e-3, 1.7, -0.15),
81
  },
82
  daemon=True
83
  ).start()