samuelrince
commited on
Commit
·
0ebc358
1
Parent(s):
9a75d39
feat: add precision on the scaled impacts
Browse files
app.py
CHANGED
@@ -219,7 +219,8 @@ with gr.Blocks(css=custom_css) as demo:
|
|
219 |
gr.Markdown("""
|
220 |
## What if 1% of the planet does this everyday for 1 year?
|
221 |
|
222 |
-
If this use case is largely deployed around the world the equivalent impacts would be.
|
|
|
223 |
""")
|
224 |
with gr.Row():
|
225 |
electricity_production, count = format_energy_eq_electricity_production(impacts.energy)
|
|
|
219 |
gr.Markdown("""
|
220 |
## What if 1% of the planet does this everyday for 1 year?
|
221 |
|
222 |
+
If this use case is largely deployed around the world the equivalent impacts would be. (The
|
223 |
+
impacts of this request x 1% of 8 billion people x 365 days in a year.)
|
224 |
""")
|
225 |
with gr.Row():
|
226 |
electricity_production, count = format_energy_eq_electricity_production(impacts.energy)
|