From 590037e1c4ebfd6a5e77e8ea34df778bf80a5cfb Mon Sep 17 00:00:00 2001 From: Gabriel Pereira Date: Thu, 26 Mar 2026 21:09:42 +0000 Subject: [PATCH] adding some spaces for better reading --- apps/timesfm-forecast/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/timesfm-forecast/README.md b/apps/timesfm-forecast/README.md index cc41901..ebf5e1d 100755 --- a/apps/timesfm-forecast/README.md +++ b/apps/timesfm-forecast/README.md @@ -130,18 +130,22 @@ 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. + ![App home](examples/ui-1-home.png) - **CSV Upload Modal** Preview of the uploaded dataset before running the forecast. + ![Upload modal](examples/ui-2-upload.png) - **Forecast Preview (Long Format)** First rows of the generated forecast output (key, date, step, forecast). + ![Forecast preview](examples/ui-3-forecast-preview.png) - **Single-Key Visualization** Historical series + forecast plotted for a chosen key. + ![Visualization](examples/ui-4-visualization.png) ---