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