azrai99 commited on
Commit
b1decbe
·
verified ·
1 Parent(s): 700a890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def personalized_forecasting():
123
 
124
  pg = st.navigation({
125
  "Neuralforecast": [
126
- st.Page(personalized_forecasting, title="Personalized Forecasting", icon=":star:")
127
  ],
128
  })
129
 
 
123
 
124
  pg = st.navigation({
125
  "Neuralforecast": [
126
+ st.Page(personalized_forecasting, title="Personalized Forecasting", icon=":material/query_stats:")
127
  ],
128
  })
129