Junyi42 commited on
Commit
16b8b82
·
1 Parent(s): b6976aa
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -75,7 +75,9 @@ def main() -> None:
75
  "color_code": "jet",
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
  },
80
  daemon=True
81
  ).start()
 
75
  "color_code": "jet",
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, 2.7, -0.2),
81
  },
82
  daemon=True
83
  ).start()