farimafatahi commited on
Commit
6e31cea
Β·
verified Β·
1 Parent(s): c2b4bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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>