Ifeanyi commited on
Commit
dc88037
·
verified ·
1 Parent(s): 6649241

Update app.py

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