Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def sample_info(sample_id_str, fieldn):
|
|
77 |
|
78 |
scene.add(camera, pose=[[ 1, 0, 0, 1],
|
79 |
[ 0, 1, 0, 0],
|
80 |
-
[ 0, 0, 1,
|
81 |
[ 0, 0, 0, 1]])
|
82 |
|
83 |
# render scene
|
|
|
77 |
|
78 |
scene.add(camera, pose=[[ 1, 0, 0, 1],
|
79 |
[ 0, 1, 0, 0],
|
80 |
+
[ 0, 0, 1, 10],
|
81 |
[ 0, 0, 0, 1]])
|
82 |
|
83 |
# render scene
|