zhangliang 1 month ago
parent
commit
f05959fe49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/app.py

+ 1 - 1
dashboard/app.py

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