ofermend commited on
Commit
1331b4e
·
1 Parent(s): 16321ae

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -1
index.html CHANGED
@@ -5,7 +5,21 @@
5
  <meta name="viewport" content="width=device-width" />
6
  <title>Vectara's Hallucination Evaluation Model Leaderboard</title>
7
  <link rel="stylesheet" href="style.css" />
8
- <script src="https://cdn.jsdelivr.net/npm/showdown/dist/showdown.min.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  </head>
10
  <body>
11
  <div id="content"></div>
 
5
  <meta name="viewport" content="width=device-width" />
6
  <title>Vectara's Hallucination Evaluation Model Leaderboard</title>
7
  <link rel="stylesheet" href="style.css" />
8
+ <style>
9
+ /* Style the table */
10
+ table {
11
+ border-collapse: collapse;
12
+ width: 100%;
13
+ }
14
+
15
+ /* Style the table cells */
16
+ th, td {
17
+ border: 1px solid black;
18
+ padding: 8px;
19
+ text-align: left;
20
+ }
21
+ </style>
22
+ <script src="https://cdn.jsdelivr.net/npm/showdown/dist/showdown.min.js"></script>
23
  </head>
24
  <body>
25
  <div id="content"></div>