bichle commited on
Commit
d5f71ef
·
verified ·
1 Parent(s): 5b90f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -244,10 +244,11 @@ else:
244
  # --- 6. GIAO DIỆN CHÍNH (MAIN PANEL) ---
245
 
246
  # Tạo các tab ngang thay vì radio button
247
- tab1, tab2, tab3 = st.tabs([
248
  "📑 Project Overview & Methodology",
249
  "🌦️ Live 5-Day Forecast",
250
- "📊 Model Performance & Diagnostics"
 
251
  ])
252
 
253
  # --- TAB 1: Project Overview ---
 
244
  # --- 6. GIAO DIỆN CHÍNH (MAIN PANEL) ---
245
 
246
  # Tạo các tab ngang thay vì radio button
247
+ tab1, tab2, tab3, tab4 = st.tabs([
248
  "📑 Project Overview & Methodology",
249
  "🌦️ Live 5-Day Forecast",
250
+ "📊 Model Performance & Diagnostics",
251
+ "⏱️ Hourly Prediction (Step 8)" # TAB MỚI
252
  ])
253
 
254
  # --- TAB 1: Project Overview ---