azrai99 commited on
Commit
9dd63f8
·
verified ·
1 Parent(s): 9c1245e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  })