AbdullahImran commited on
Commit
66847d5
·
1 Parent(s): ae8ffc8

Fix Hugging Face README config block

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,13 +1,14 @@
1
- - title: AuraClima
2
- emoji: ☀️
3
- colorFrom: blue
4
- colorTo: orange
5
- sdk: streamlit
6
- sdk_version: "1.26.0"
7
- app_file: streamlit_app.py # or app.py depending on your entry file
8
- pinned: false
9
- ***
 
10
 
11
- AuraClima: Forecasts the climate data per country for the agricultural data and CO2 data.
12
 
13
  See the unseen, act on the future.
 
1
+ ---
2
+ title: AuraClima
3
+ emoji: ☀️
4
+ colorFrom: blue
5
+ colorTo: orange
6
+ sdk: streamlit
7
+ sdk_version: "1.26.0"
8
+ app_file: streamlit_app.py
9
+ pinned: false
10
+ ---
11
 
12
+ AuraClima: Forecasts the climate data per country for agricultural trends and CO₂ emissions.
13
 
14
  See the unseen, act on the future.