wzuidema commited on
Commit
16f795a
1 Parent(s): 4825899

changed section heading to "Some more details"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with gradio.Blocks(title="Detecting stereotypes in the GPT-2 language model usin
110
  but.click(sample_and_run, bias_sel, out)
111
  manual.click(manual_run, [more, less], out)
112
 
113
- with gradio.Accordion("A note about explainability models"):
114
  gradio.Markdown(notice)
115
  with gradio.Accordion("Results for English and French BERT language models"):
116
  gradio.Markdown(results)
 
110
  but.click(sample_and_run, bias_sel, out)
111
  manual.click(manual_run, [more, less], out)
112
 
113
+ with gradio.Accordion("Some more details"):
114
  gradio.Markdown(notice)
115
  with gradio.Accordion("Results for English and French BERT language models"):
116
  gradio.Markdown(results)