fix
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
title: Streamlit time series ExpSmoothing
|
| 3 |
-
description: Exponential Smoothing on ILINetDataset
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.22.0
|
| 8 |
app_file: src/main.py
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Exponential Smoothing time series forecasting on ILINetDataset
|
|
|
|
| 1 |
---
|
| 2 |
title: Streamlit time series ExpSmoothing
|
|
|
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: red
|
| 5 |
sdk: streamlit
|
| 6 |
sdk_version: 1.22.0
|
| 7 |
app_file: src/main.py
|
| 8 |
+
pinned: False
|
| 9 |
---
|
| 10 |
|
| 11 |
## Exponential Smoothing time series forecasting on ILINetDataset
|