Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,9 @@ st.markdown(
|
|
26 |
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400&display=swap');
|
27 |
|
28 |
html, body, [class*="css"] {
|
29 |
-
font-family: '
|
30 |
background-color: #f9f9f9; /* Light grey background */
|
|
|
31 |
}
|
32 |
|
33 |
.title {
|
@@ -54,7 +55,6 @@ st.markdown(
|
|
54 |
.container {
|
55 |
max-width: 1000px;
|
56 |
margin: 0 auto;
|
57 |
-
font-size: 16px;
|
58 |
padding: 20px;
|
59 |
}
|
60 |
|
@@ -122,10 +122,10 @@ st.markdown(
|
|
122 |
'''
|
123 |
<div class="header">
|
124 |
<br/>
|
125 |
-
<p style="font-size:
|
126 |
π FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation
|
127 |
</p>
|
128 |
-
<p style="font-size:
|
129 |
π <a href="#">Paper</a> | π» <a href="#">GitHub</a> | π¦ <a href="#">X</a> | π¬ <a href="#">Discussion</a> |
|
130 |
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
|
131 |
</p>
|
|
|
26 |
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400&display=swap');
|
27 |
|
28 |
html, body, [class*="css"] {
|
29 |
+
font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
|
30 |
background-color: #f9f9f9; /* Light grey background */
|
31 |
+
font-size: 16px;
|
32 |
}
|
33 |
|
34 |
.title {
|
|
|
55 |
.container {
|
56 |
max-width: 1000px;
|
57 |
margin: 0 auto;
|
|
|
58 |
padding: 20px;
|
59 |
}
|
60 |
|
|
|
122 |
'''
|
123 |
<div class="header">
|
124 |
<br/>
|
125 |
+
<p style="font-size:22px;">
|
126 |
π FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation
|
127 |
</p>
|
128 |
+
<p style="font-size:20px;">
|
129 |
π <a href="#">Paper</a> | π» <a href="#">GitHub</a> | π¦ <a href="#">X</a> | π¬ <a href="#">Discussion</a> |
|
130 |
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
|
131 |
</p>
|