Spaces:
Sleeping
Sleeping
Commit ·
ae8ffc8
1
Parent(s): e024bc3
Add YAML configuration header
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|