sasha HF staff commited on
Commit
b4b0ec4
β€’
1 Parent(s): fd31451

closing accordion

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with demo:
128
  plot = gr.Plot(get_plots('question_answering.csv'))
129
  with gr.Column():
130
  table = gr.Dataframe(get_model_names('question_answering.csv'), datatype="markdown")
131
- with gr.Accordion("Methodology"):
132
  gr.Markdown(
133
  """For each of the ten tasks above, we created a custom dataset with 1,000 entries (see all of the datasets on our [org Hub page](https://huggingface.co/EnergyStarAI)).
134
  We then tested each of the models from the leaderboard on the appropriate task, measuring the energy consumed using [Code Carbon](https://mlco2.github.io/codecarbon/), an open-source Python package for tracking the environmental impacts of code.
 
128
  plot = gr.Plot(get_plots('question_answering.csv'))
129
  with gr.Column():
130
  table = gr.Dataframe(get_model_names('question_answering.csv'), datatype="markdown")
131
+ with gr.Accordion("Methodology", open = "False"):
132
  gr.Markdown(
133
  """For each of the ten tasks above, we created a custom dataset with 1,000 entries (see all of the datasets on our [org Hub page](https://huggingface.co/EnergyStarAI)).
134
  We then tested each of the models from the leaderboard on the appropriate task, measuring the energy consumed using [Code Carbon](https://mlco2.github.io/codecarbon/), an open-source Python package for tracking the environmental impacts of code.