Skip to content

Commit 3fccd1b

Browse files
committed
Simpler
1 parent fddc57c commit 3fccd1b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

app.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
start_xvfb()
1818
st.session_state.IS_XVFB_RUNNING = True
1919

20-
st.title("OpenWorm 3D Viewer")
20+
st.title("OpenWorm 3D Viewer...")
2121

2222

2323
## Initialize a plotter object
@@ -28,7 +28,10 @@
2828
plotter = pv.Plotter()
2929

3030

31-
add_neuroml_model(plotter, somas_only=True)
31+
#add_neuroml_model(plotter, somas_only=True)
32+
33+
sphere = pv.Sphere(end_theta=90)
34+
plotter.add_mesh(sphere)
3235
plotter.set_background("white")
3336
plotter.add_axes()
3437

0 commit comments

Comments
 (0)