Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def generate_figure(org_name):
|
|
28 |
return fig
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
-
gr.Markdown("# Environmental Transparency Explorer Tool
|
32 |
gr.Markdown("## Explore the data from 'Misinformation by Omission: The Need for More Environmental Transparency in AI'")
|
33 |
with gr.Accordion('Methodology', open=False):
|
34 |
gr.Markdown('We analyzed Epoch AI\'s "Notable AI Models" dataset, which tracks information on “models that were state of the art, highly cited, \
|
|
|
28 |
return fig
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
+
gr.Markdown("# Environmental Transparency Explorer Tool 🕵️♀️🌎")
|
32 |
gr.Markdown("## Explore the data from 'Misinformation by Omission: The Need for More Environmental Transparency in AI'")
|
33 |
with gr.Accordion('Methodology', open=False):
|
34 |
gr.Markdown('We analyzed Epoch AI\'s "Notable AI Models" dataset, which tracks information on “models that were state of the art, highly cited, \
|