Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,9 +49,9 @@ with gr.Blocks() as impact:
|
|
49 |
with gr.Accordion("Soda Cans", False):
|
50 |
gr.Markdown("Around 1.3 percent of landfills are cans, and 6,700 thousand cans that are made per second. You can reduce waste from cans by using reusable bottles/cups for beverages on-the-go.")
|
51 |
with gr.Accordion("Glass", False):
|
52 |
-
gr.Markdown("About 31 percent of landfills is glass, and it's one of the more dangerous wastes because it doesn't biodegrade at all. The biodegradation-less nature of glass isn’t harmful to our environment, it takes a million years for glass to break down. Instead of being used for something productive, it
|
53 |
with gr.Accordion("Food Waste", False):
|
54 |
-
gr.Markdown("The EPA estimates that 24 percent of landfills are food waste. When certain types of
|
55 |
|
56 |
intf = gr.TabbedInterface([modelIntf, infoBlock, impact], ["Waste Detective", "Info Center", "The Impact of Trash"], "Waste Detective", "ocean")
|
57 |
|
|
|
49 |
with gr.Accordion("Soda Cans", False):
|
50 |
gr.Markdown("Around 1.3 percent of landfills are cans, and 6,700 thousand cans that are made per second. You can reduce waste from cans by using reusable bottles/cups for beverages on-the-go.")
|
51 |
with gr.Accordion("Glass", False):
|
52 |
+
gr.Markdown("About 31 percent of landfills is glass, and it's one of the more dangerous wastes because it doesn't biodegrade at all. The biodegradation-less nature of glass isn’t harmful to our environment, it takes a million years for glass to break down. Instead of being used for something productive, it sits and does nothing.")
|
53 |
with gr.Accordion("Food Waste", False):
|
54 |
+
gr.Markdown("The EPA estimates that 24 percent of landfills are food waste. When certain types of food are not recycled, it contributes to significant environmental damage because it releases methane, wasting valuable resources that make the food, which could lead to increasing the cost of food production. To reduce your impact, store food properly, make meal plans, use a compost bin for foods that can be composed, or only buy what you need.")
|
55 |
|
56 |
intf = gr.TabbedInterface([modelIntf, infoBlock, impact], ["Waste Detective", "Info Center", "The Impact of Trash"], "Waste Detective", "ocean")
|
57 |
|