|
|
@@ -200,7 +200,7 @@ if 'recent_keywords' not in st.session_state:
|
|
|
# ======================
|
|
|
|
|
|
with st.sidebar.expander("⚡ 实时查询", expanded=True):
|
|
|
- realtime_keyword = st.text_input("输入要实时查询的关键词", placeholder="例如:区块链")
|
|
|
+ realtime_keyword = st.text_input("输入要实时查询的关键词", placeholder="例如:春节")
|
|
|
if st.button("实时查询"):
|
|
|
if realtime_keyword.strip():
|
|
|
with st.spinner(f"正在查询 '{realtime_keyword}' 的实时数据..."):
|