Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ st.markdown(
|
|
| 72 |
|
| 73 |
# Display title and description
|
| 74 |
st.markdown('<div class="container">', unsafe_allow_html=True)
|
| 75 |
-
st.markdown('<div class="title">FactBench</div>',
|
| 76 |
unsafe_allow_html=True)
|
| 77 |
st.markdown('<div class="description">Benchmark for LM Factuality Evaluation</div>',
|
| 78 |
unsafe_allow_html=True)
|
|
@@ -100,7 +100,7 @@ with tab1:
|
|
| 100 |
# df['original_order'] = df.groupby('tier').cumcount()
|
| 101 |
# print(df['original_order'])
|
| 102 |
|
| 103 |
-
st.markdown('<div class="title">Leaderboard</div>', unsafe_allow_html=True)
|
| 104 |
st.markdown('<div class="tab-content">', unsafe_allow_html=True)
|
| 105 |
|
| 106 |
st.markdown('## Metric Explanation')
|
|
|
|
| 72 |
|
| 73 |
# Display title and description
|
| 74 |
st.markdown('<div class="container">', unsafe_allow_html=True)
|
| 75 |
+
st.markdown('<div class="title">FactBench Leaderboard</div>',
|
| 76 |
unsafe_allow_html=True)
|
| 77 |
st.markdown('<div class="description">Benchmark for LM Factuality Evaluation</div>',
|
| 78 |
unsafe_allow_html=True)
|
|
|
|
| 100 |
# df['original_order'] = df.groupby('tier').cumcount()
|
| 101 |
# print(df['original_order'])
|
| 102 |
|
| 103 |
+
# st.markdown('<div class="title">Leaderboard</div>', unsafe_allow_html=True)
|
| 104 |
st.markdown('<div class="tab-content">', unsafe_allow_html=True)
|
| 105 |
|
| 106 |
st.markdown('## Metric Explanation')
|