Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -416,7 +416,7 @@ def timegpt_anom():
|
|
416 |
|
417 |
|
418 |
st.title("TimeGPT Anomaly Detection")
|
419 |
-
|
420 |
Instant time series anomaly detection and visualization by using the TimeGPT API provided by Nixtla.
|
421 |
""")
|
422 |
with st.sidebar.expander("Upload and Configure Dataset", expanded=True):
|
|
|
416 |
|
417 |
|
418 |
st.title("TimeGPT Anomaly Detection")
|
419 |
+
st.markdown("""
|
420 |
Instant time series anomaly detection and visualization by using the TimeGPT API provided by Nixtla.
|
421 |
""")
|
422 |
with st.sidebar.expander("Upload and Configure Dataset", expanded=True):
|