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 75caade commit 16ef081Copy full SHA for 16ef081
src/nipanel/streamlit_refresh/__init__.py
@@ -1,4 +1,4 @@
1
-"""Panel refresh component for Streamlit."""
+"""Initializes a refresh component for Streamlit."""
2
3
from typing import Any
4
@@ -8,7 +8,7 @@
8
9
10
def initialize_refresh_component(panel_id: str) -> Any:
11
- """Add a refresh component to the Streamlit app."""
+ """Initialize a refresh component to the Streamlit app."""
12
_refresh_component_func = components.declare_component(
13
"panelRefreshComponent",
14
url=f"{STREAMLIT_REFRESH_COMPONENT_URL}/{panel_id}",
0 commit comments