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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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: 24px; /* Adjust as needed */
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 style="font-size:32px;">πŸ”Ž FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation</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>