Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,11 +122,11 @@ st.markdown(
|
|
122 |
<div class="header">
|
123 |
<br/>
|
124 |
<p style="font-size:22px;">
|
125 |
-
|
126 |
</p>
|
127 |
<p style="font-size:20px;">
|
128 |
-
π <a href="
|
129 |
-
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>:
|
130 |
</p>
|
131 |
</div>
|
132 |
''',
|
@@ -134,9 +134,9 @@ st.markdown(
|
|
134 |
)
|
135 |
|
136 |
|
137 |
-
# st.markdown('<div class="title">
|
138 |
# unsafe_allow_html=True)
|
139 |
-
# st.markdown('<div class="description">
|
140 |
st.markdown('</div>', unsafe_allow_html=True)
|
141 |
|
142 |
# Load the data
|
|
|
122 |
<div class="header">
|
123 |
<br/>
|
124 |
<p style="font-size:22px;">
|
125 |
+
VERIFACT: Enhancing Long-Form Factuality Evaluation with Refined Fact Extraction and Reference Facts
|
126 |
</p>
|
127 |
<p style="font-size:20px;">
|
128 |
+
# π <a href="">Paper</a> | π» <a href="">GitHub</a> | π€ <a href="">HuggingFace</a>
|
129 |
+
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 8 | Updated: <strong>???</strong>
|
130 |
</p>
|
131 |
</div>
|
132 |
''',
|
|
|
134 |
)
|
135 |
|
136 |
|
137 |
+
# st.markdown('<div class="title">VeriFact Leaderboard</div>',
|
138 |
# unsafe_allow_html=True)
|
139 |
+
# st.markdown('<div class="description">Long-Form Factuality Evaluation with Refined Fact Extraction and Reference Facts</div>', unsafe_allow_html=True)
|
140 |
st.markdown('</div>', unsafe_allow_html=True)
|
141 |
|
142 |
# Load the data
|