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 38e6d68 commit 93511ccCopy full SHA for 93511cc
src/ui/components/sidebar.py
@@ -4,4 +4,4 @@
4
def render():
5
with st.sidebar:
6
st.title("Dashboard :bar_chart:")
7
- st.text_input("Write a valid Ticker", key="ticker", type="default")
+ st.text_input("Enter a stock ticker:", key="ticker", type="default")
0 commit comments