adding some spaces for better reading

This commit is contained in:
2026-03-26 21:09:42 +00:00
parent f79abea0e9
commit 590037e1c4

View File

@@ -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)
---