dimbyTa commited on
Commit
59592ea
1 Parent(s): a7f9f33

adding search boxes with suggestions, and automatic sorting of models for easier plotting

Browse files
Files changed (1) hide show
  1. src/display.py +1 -1
src/display.py CHANGED
@@ -174,7 +174,7 @@ def display_app():
174
  round(model_list[i]["MMLU"],2)
175
  ))
176
  elif len(model_list) == 1:
177
- st.markdown("**Model name:** [%s](https://huggingface.co/%s)" % (model_list[0]["model_name"] , model_list[i]["model_name"]))
178
  st.markdown("**Results:**")
179
  st.markdown("""
180
  * Average: %s
 
174
  round(model_list[i]["MMLU"],2)
175
  ))
176
  elif len(model_list) == 1:
177
+ st.markdown("**Model name:** [%s](https://huggingface.co/%s)" % (model_list[0]["model_name"] , model_list[0]["model_name"]))
178
  st.markdown("**Results:**")
179
  st.markdown("""
180
  * Average: %s