Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,6 @@ st.markdown(
|
|
48 |
.header {
|
49 |
align-items: left;
|
50 |
font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
|
51 |
-
font-size: 28px; /* Adjust as needed */
|
52 |
margin-bottom: 20px;
|
53 |
}
|
54 |
|
@@ -121,8 +120,10 @@ st.markdown(
|
|
121 |
'''
|
122 |
<div class="header">
|
123 |
<br/>
|
124 |
-
<p>π FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation</p>
|
125 |
<p style="font-size:24px;">
|
|
|
|
|
|
|
126 |
π <a href="#">Paper</a> | π» <a href="#">GitHub</a> | π¦ <a href="#">X</a> | π¬ <a href="#">Discussion</a> |
|
127 |
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
|
128 |
</p>
|
|
|
48 |
.header {
|
49 |
align-items: left;
|
50 |
font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
|
|
|
51 |
margin-bottom: 20px;
|
52 |
}
|
53 |
|
|
|
120 |
'''
|
121 |
<div class="header">
|
122 |
<br/>
|
|
|
123 |
<p style="font-size:24px;">
|
124 |
+
π FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation
|
125 |
+
</p>
|
126 |
+
<p style="font-size:22px;">
|
127 |
π <a href="#">Paper</a> | π» <a href="#">GitHub</a> | π¦ <a href="#">X</a> | π¬ <a href="#">Discussion</a> |
|
128 |
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
|
129 |
</p>
|