Ifeanyi commited on
Commit
6c65c3b
·
verified ·
1 Parent(s): b2ceb10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,8 +86,9 @@ app = gr.Interface(
86
  gr.Checkbox(label="Do You Recycle Newspaper?", elem_classes="app"),
87
  gr.Checkbox(label="Do You Recycle Aluminium and Tin?", elem_classes="app")
88
  ],
89
- gr.Markdown("<center>Recommendation To Reduce Your Carbon Footprint</center> \n"),
90
  outputs=[
 
91
  gr.Number(label="Total Carbon Footprint", elem_classes="app"),
92
  gr.Markdown("<center>Recommendation To Reduce Your Carbon Footprint</center> \n")
93
  ],
 
86
  gr.Checkbox(label="Do You Recycle Newspaper?", elem_classes="app"),
87
  gr.Checkbox(label="Do You Recycle Aluminium and Tin?", elem_classes="app")
88
  ],
89
+
90
  outputs=[
91
+ gr.Markdown("<center>Recommendation To Reduce Your Carbon Footprint</center> \n"),
92
  gr.Number(label="Total Carbon Footprint", elem_classes="app"),
93
  gr.Markdown("<center>Recommendation To Reduce Your Carbon Footprint</center> \n")
94
  ],