Spaces:
Running
Running
Updated the disclaimer
Browse files
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
|
| 744 |
-
"However,
|
| 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):
|