Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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 |
|