Skip to content

Commit 16ef081

Browse files
committed
fix stale comment
1 parent 75caade commit 16ef081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nipanel/streamlit_refresh/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Panel refresh component for Streamlit."""
1+
"""Initializes a refresh component for Streamlit."""
22

33
from typing import Any
44

@@ -8,7 +8,7 @@
88

99

1010
def initialize_refresh_component(panel_id: str) -> Any:
11-
"""Add a refresh component to the Streamlit app."""
11+
"""Initialize a refresh component to the Streamlit app."""
1212
_refresh_component_func = components.declare_component(
1313
"panelRefreshComponent",
1414
url=f"{STREAMLIT_REFRESH_COMPONENT_URL}/{panel_id}",

0 commit comments

Comments
 (0)