From cbd7e6f7b6504f72c4eb2206911e4b252c431f77 Mon Sep 17 00:00:00 2001 From: Gabriel Pereira Date: Thu, 26 Mar 2026 21:00:20 +0000 Subject: [PATCH] update dir --- apps/timesfm-forecast/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/timesfm-forecast/README.md b/apps/timesfm-forecast/README.md index a1c3d58..d70169d 100755 --- a/apps/timesfm-forecast/README.md +++ b/apps/timesfm-forecast/README.md @@ -130,19 +130,19 @@ A quick visual tour of the Streamlit app — settings, upload, forecasting, prev - **App Home + Settings Sidebar** Shows the TimesFM configuration, frequency settings, batch size and horizon range. -/docs/images/Screenshot%202026-03-26%20173759.png +/examples/Screenshot%202026-03-26%20173759.png - **CSV Upload Modal** Preview of the uploaded dataset before running the forecast. -/docs/images/Screenshot%202026-03-26%20173857.png +/examples/Screenshot%202026-03-26%20173857.png - **Forecast Preview (Long Format)** First rows of the generated forecast output (key, date, step, forecast). -/docs/images/Screenshot%202026-03-26%20173909.png +/examples/Screenshot%202026-03-26%20173909.png - **Single-Key Visualization** Historical series + forecast plotted for a chosen key. -/docs/images/Screenshot%202026-03-26%20174600.png +/examples/Screenshot%202026-03-26%20174600.png ---