UI: company search placeholder in English only

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shawnkim1997
2026-02-14 14:42:39 +00:00
co-authored by Cursor
parent e5b6500ff2
commit 1bc98c7149
+1 -1
View File
@@ -2276,7 +2276,7 @@ with st.sidebar:
search_options = st.session_state.get("company_search_options") or []
search_symbols = st.session_state.get("company_search_symbols") or []
placeholder = "검색 버튼을 눌러 주세요 / Click Search above —"
placeholder = "Click the search button above —"
options_for_select = [placeholder] if not search_options else search_options
current_ticker = st.session_state.get("ticker", "NVDA")
default_idx = 0