We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6783f17 commit 6552c93Copy full SHA for 6552c93
1 file changed
app.py
@@ -1,3 +1,4 @@
1
+from neuromlmodel import add_neuroml_model
2
import pyvista as pv
3
import sys
4
@@ -26,7 +27,6 @@
26
27
28
plotter = pv.Plotter()
29
-from neuromlmodel import add_neuroml_model
30
31
add_neuroml_model(plotter)
32
plotter.set_background("white")
0 commit comments