Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,8 +136,7 @@ st.markdown(
|
|
| 136 |
|
| 137 |
# st.markdown('<div class="title">FactBench Leaderboard</div>',
|
| 138 |
# unsafe_allow_html=True)
|
| 139 |
-
# st.markdown('<div class="description">Benchmark for LM Factuality Evaluation</div>',
|
| 140 |
-
unsafe_allow_html=True)
|
| 141 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 142 |
|
| 143 |
# Load the data
|
|
|
|
| 136 |
|
| 137 |
# st.markdown('<div class="title">FactBench Leaderboard</div>',
|
| 138 |
# unsafe_allow_html=True)
|
| 139 |
+
# st.markdown('<div class="description">Benchmark for LM Factuality Evaluation</div>', unsafe_allow_html=True)
|
|
|
|
| 140 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 141 |
|
| 142 |
# Load the data
|