Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,6 @@ gr_interface = gr.Interface(fn=show_fossil_free_table,
|
|
61 |
inputs=None,
|
62 |
outputs="dataframe",
|
63 |
title="Fossil-Free Percentage by Company Headquarters",
|
64 |
-
description="Click the button below to see the latest fossil-free energy usage percentages for
|
65 |
|
66 |
gr_interface.launch()
|
|
|
61 |
inputs=None,
|
62 |
outputs="dataframe",
|
63 |
title="Fossil-Free Percentage by Company Headquarters",
|
64 |
+
description="Click the button below to see the latest fossil-free energy usage percentages for the top market cap company headquarters.")
|
65 |
|
66 |
gr_interface.launch()
|