chenjj826 commited on
Commit
4bbb09e
·
verified ·
1 Parent(s): 4f35f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ def render_leaderboard():
273
  sort_metric = "Accuracy" if "Accuracy" in metrics else metrics[0]
274
  df_task = df_task.sort_values(by=sort_metric, ascending=False).reset_index(drop=True)
275
 
276
- st.dataframe(format_dataframe(df_task), width="stretch", hide_index=True)
277
 
278
  st.markdown("""
279
  🔗 To register for AEOLLM task, you can visit the following link and choose our AEOLLM task: [https://research.nii.ac.jp/ntcir/ntcir-19/howto.html](https://research.nii.ac.jp/ntcir/ntcir-19/howto.html).
 
273
  sort_metric = "Accuracy" if "Accuracy" in metrics else metrics[0]
274
  df_task = df_task.sort_values(by=sort_metric, ascending=False).reset_index(drop=True)
275
 
276
+ st.dataframe(format_dataframe(df_task), use_container_width=True, hide_index=True)
277
 
278
  st.markdown("""
279
  🔗 To register for AEOLLM task, you can visit the following link and choose our AEOLLM task: [https://research.nii.ac.jp/ntcir/ntcir-19/howto.html](https://research.nii.ac.jp/ntcir/ntcir-19/howto.html).