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 a78b15a commit 88c6252Copy full SHA for 88c6252
src/nipanel/_streamlit_panel.py
@@ -52,12 +52,12 @@ def __init__(
52
53
@property
54
def panel_script_path(self) -> str:
55
- """Read-only accessor for the panel file path."""
+ """Read-only accessor for the streamlit script file path."""
56
return self._panel_script_path
57
58
59
def panel_url(self) -> str:
60
- """Read-only accessor for the panel URL."""
+ """Read-only accessor for the panel's streamlit webpage URL."""
61
return self._panel_url
62
63
def _get_python_path(self) -> str:
0 commit comments