陈俊杰
commited on
Commit
·
fe1125a
1
Parent(s):
ed65812
table
Browse files
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,
|
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")
|