Update app.py
Browse files
app.py
CHANGED
@@ -46,11 +46,9 @@ st.markdown(
|
|
46 |
}
|
47 |
|
48 |
.header {
|
49 |
-
display: flex;
|
50 |
align-items: left;
|
51 |
font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
|
52 |
-
font-size:
|
53 |
-
color: #2D3748; /* Dark gray color, adjust to match your theme */
|
54 |
margin-bottom: 20px;
|
55 |
}
|
56 |
|
@@ -123,8 +121,8 @@ st.markdown(
|
|
123 |
'''
|
124 |
<div class="header">
|
125 |
<br/>
|
126 |
-
<p
|
127 |
-
<p>
|
128 |
π <a href="#">Paper</a> | π» <a href="#">GitHub</a> | π¦ <a href="#">X</a> | π¬ <a href="#">Discussion</a> |
|
129 |
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
|
130 |
</p>
|
|
|
46 |
}
|
47 |
|
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 |
'''
|
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>
|