Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -354,7 +354,7 @@ pg = st.navigation({
|
|
354 |
],
|
355 |
"TimeGPT": [
|
356 |
# Load pages from functions
|
357 |
-
st.Page(timegpt, title="TimeGPT Forecast", icon=":material/smart_toy:")
|
358 |
st.Page(timegpt, title="TimeGPT Anomalies Detection", icon=":material/detector_offline:")
|
359 |
]
|
360 |
})
|
|
|
354 |
],
|
355 |
"TimeGPT": [
|
356 |
# Load pages from functions
|
357 |
+
st.Page(timegpt, title="TimeGPT Forecast", icon=":material/smart_toy:"),
|
358 |
st.Page(timegpt, title="TimeGPT Anomalies Detection", icon=":material/detector_offline:")
|
359 |
]
|
360 |
})
|