Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ app = gr.Interface(
|
|
90 |
gr.Number(label="Total Carbon Footprint", elem_classes="app"),
|
91 |
gr.Markdown(label="Recommendation", elem_classes="app")
|
92 |
],
|
93 |
-
theme =
|
94 |
title = "🌍 🌿 Carbon Footprint Calculator 🌍 🌿"
|
95 |
)
|
96 |
|
|
|
90 |
gr.Number(label="Total Carbon Footprint", elem_classes="app"),
|
91 |
gr.Markdown(label="Recommendation", elem_classes="app")
|
92 |
],
|
93 |
+
theme = "upsatwal/mlsc_tiet",
|
94 |
title = "🌍 🌿 Carbon Footprint Calculator 🌍 🌿"
|
95 |
)
|
96 |
|