陈俊杰 commited on
Commit
fe1125a
·
1 Parent(s): ed65812
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ This leaderboard is used to show the performance of the <strong>automatic evalua
328
 
329
  with tab4:
330
  st.markdown("""<p class='main-text'>Task: Non-Factoid QA; Dataset: NF_CATS</p>""", unsafe_allow_html=True)
331
- st.dataframe(df4, hide_index=True)
332
 
333
  elif page == "Organisers":
334
  st.header("Organisers")
 
328
 
329
  with tab4:
330
  st.markdown("""<p class='main-text'>Task: Non-Factoid QA; Dataset: NF_CATS</p>""", unsafe_allow_html=True)
331
+ st.dataframe(df4, use_container_width=True)
332
 
333
  elif page == "Organisers":
334
  st.header("Organisers")