bichle commited on
Commit
cbc792b
·
verified ·
1 Parent(s): 6f5fad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -730,10 +730,7 @@ with tab3:
730
 
731
  # --- TAB 4: Hourly Prediction ---
732
  with tab4:
733
- st.title("Hourly Prediction (Next 24 Hours) 🌡️")
734
- st.markdown("""
735
- Phần này sử dụng **24 Mô hình Dự báo Trực tiếp Hàng giờ (Hourly Direct Model)** và các features chi tiết (`lags`, `rolling means`) để cung cấp dự báo nhiệt độ cho 24 giờ tiếp theo.
736
- """)
737
 
738
  st.subheader("Forecast Start Time")
739
 
 
730
 
731
  # --- TAB 4: Hourly Prediction ---
732
  with tab4:
733
+ st.title("Hourly Prediction (Next 24 Hours)")
 
 
 
734
 
735
  st.subheader("Forecast Start Time")
736