mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-17 20:38:06 +00:00
UI: company search placeholder in English only
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user