EzekielMW commited on
Commit
fe534d8
·
verified ·
1 Parent(s): 183669f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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