azrai99 commited on
Commit
aff7b76
·
verified ·
1 Parent(s): 5774f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ pg = st.navigation({
270
  "Neuralforecast": [
271
  # Load pages from functions
272
  st.Page(transfer_learning_forecasting, title="Zero-shot Forecasting", default=True, icon=":material/query_stats:"),
273
- st.Page(personalized_forecasting, title="Personalized Forecasting", default=True, icon=":material/star:")
274
  ],
275
  })
276
 
 
270
  "Neuralforecast": [
271
  # Load pages from functions
272
  st.Page(transfer_learning_forecasting, title="Zero-shot Forecasting", default=True, icon=":material/query_stats:"),
273
+ st.Page(personalized_forecasting, title="Personalized Forecasting", icon=":material/star:")
274
  ],
275
  })
276