We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc30594 commit 4c1483eCopy full SHA for 4c1483e
examples/sample/sample_panel_2.py
@@ -4,7 +4,7 @@
4
5
import nipanel
6
7
-panel = nipanel.StreamlitPanelValueAccessor(panel_id="sample_panel_2")
+panel = nipanel.initialize_panel()
8
9
st.title("Sample Panel Two")
10
examples/sample/sample_panel_3.py
-panel = nipanel.StreamlitPanelValueAccessor(panel_id="sample_panel_3")
st.title("Sample Panel Three")
0 commit comments