Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ app = gr.Interface(
|
|
88 |
],
|
89 |
outputs=[
|
90 |
gr.Number(label="Total Carbon Footprint", elem_classes="app"),
|
91 |
-
gr.Markdown("Recommendation To Reduce Your Carbon Footprint")
|
92 |
],
|
93 |
theme = "upsatwal/mlsc_tiet",
|
94 |
title = "🌿 🌍 Carbon Footprint Calculator 🌍 🌿"
|
|
|
88 |
],
|
89 |
outputs=[
|
90 |
gr.Number(label="Total Carbon Footprint", elem_classes="app"),
|
91 |
+
gr.Markdown("<center>Recommendation To Reduce Your Carbon Footprint</center> \n")
|
92 |
],
|
93 |
theme = "upsatwal/mlsc_tiet",
|
94 |
title = "🌿 🌍 Carbon Footprint Calculator 🌍 🌿"
|