Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ demo = gr.Interface(
|
|
| 84 |
gr.Dataframe(label="Projected CO2 Emissions"),
|
| 85 |
gr.Image(type="pil", label="Projection Plot") # ✅ FIXED
|
| 86 |
],
|
| 87 |
-
title="CO₂ Emission Projection (Africa)",
|
| 88 |
description="Train a linear model per country to predict future emissions based on GDP and Population."
|
| 89 |
)
|
| 90 |
|
|
|
|
| 84 |
gr.Dataframe(label="Projected CO2 Emissions"),
|
| 85 |
gr.Image(type="pil", label="Projection Plot") # ✅ FIXED
|
| 86 |
],
|
| 87 |
+
title="CO₂ Emission Projection (Africa)- GROUP 4 EASY-ML University of Nairobi",
|
| 88 |
description="Train a linear model per country to predict future emissions based on GDP and Population."
|
| 89 |
)
|
| 90 |
|