fmegahed commited on
Commit
a6c4361
·
verified ·
1 Parent(s): cecf5f5

Updated the disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -740,9 +740,8 @@ theme = None # adjust or import your theme
740
  with gr.Blocks(title="Time Series Forecasting App", theme=theme) as app:
741
  gr.Markdown("# 📈 Time Series Forecasting App")
742
  gr.Markdown(
743
- "> **Disclaimer:** For simplicity, external predictors (covariates) are not supported in this demo. "
744
- "However, you can include them by passing an `X_df` to StatsForecast (via `sf.forecast(...)`) "
745
- "or to TimeGPT via `X_df=` in `nixtla_client.forecast(...)`.")
746
 
747
  with gr.Row():
748
  with gr.Column(scale=2):
 
740
  with gr.Blocks(title="Time Series Forecasting App", theme=theme) as app:
741
  gr.Markdown("# 📈 Time Series Forecasting App")
742
  gr.Markdown(
743
+ "> **Disclaimer:** For simplicity, external predictors (covariates) are not supported in this app. "
744
+ "However, they are supported by the `AutoARIMA()` model in *statsforecast* and the `TimeGPT` model from *nixtla*.")
 
745
 
746
  with gr.Row():
747
  with gr.Column(scale=2):