Ale37 commited on
Commit
12f5d16
·
1 Parent(s): 0c6bfc9

First commit created readme

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- title: St Ex
3
- emoji: 📚
4
- colorFrom: gray
5
- colorTo: yellow
6
  sdk: streamlit
7
- sdk_version: 1.19.0
8
- app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
  ---
2
+ title: Streamlit time series ExpSmoothing
3
+ description: Exponential Smoothing on ILINetDataset
 
 
4
  sdk: streamlit
5
+ space_sdk: streamlit
6
+ sdk_version: 1.22.0
7
+ app_file: main.py
8
  ---
9
 
10
+ ## Exponential Smoothing time series forecasting on ILINetDataset
11
+
12
+
13
+ ## References