Skip to content

Commit 88c6252

Browse files
Mike ProsserMike Prosser
authored andcommitted
cleanup
1 parent a78b15a commit 88c6252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nipanel/_streamlit_panel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ def __init__(
5252

5353
@property
5454
def panel_script_path(self) -> str:
55-
"""Read-only accessor for the panel file path."""
55+
"""Read-only accessor for the streamlit script file path."""
5656
return self._panel_script_path
5757

5858
@property
5959
def panel_url(self) -> str:
60-
"""Read-only accessor for the panel URL."""
60+
"""Read-only accessor for the panel's streamlit webpage URL."""
6161
return self._panel_url
6262

6363
def _get_python_path(self) -> str:

0 commit comments

Comments
 (0)