app/pages/metered_weight_advanced.py
@@ -141,11 +141,11 @@ if 'ma_steady_window' not in st.session_state: st.session_state['ma_steady_window'] = 20 if 'ma_steady_threshold' not in st.session_state: st.session_state['ma_steady_threshold'] = 0.5 st.session_state['ma_steady_threshold'] = 1.5 # 默认特征列表(不再允许用户选择) default_features = ['螺杆转速', '机头压力', '流程主速', '螺杆温度', '后机筒温度', '前机筒温度', '机头温度'] default_features = ['螺杆转速', '机头压力', '流程主速', '后机筒温度'] # 定义回调函数 def update_dates(qs):