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