Skip to content

Commit 872484b

Browse files
committed
Tests
1 parent 3fccd1b commit 872484b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
st.session_state.IS_XVFB_RUNNING = True
1919

2020
st.title("OpenWorm 3D Viewer...")
21+
st.markdown(
22+
"This is a 3D viewer for a number of OpenWorm _C. elegans_ models and datasets. It uses PyVista for rendering."
23+
)
2124

2225

2326
## Initialize a plotter object
@@ -28,7 +31,7 @@
2831
plotter = pv.Plotter()
2932

3033

31-
#add_neuroml_model(plotter, somas_only=True)
34+
# add_neuroml_model(plotter, somas_only=True)
3235

3336
sphere = pv.Sphere(end_theta=90)
3437
plotter.add_mesh(sphere)

0 commit comments

Comments
 (0)