Malikeh Ehghaghi commited on
Commit
4dc6475
·
unverified ·
1 Parent(s): 3cab0da

Update dataset_list.py

Browse files
Files changed (1) hide show
  1. dataset_list.py +2 -2
dataset_list.py CHANGED
@@ -15,12 +15,12 @@ class DatasetList:
15
 
16
  self.table_header = '''
17
  <tr>
18
- <td width="10%">Dataset Name</td>
19
  <td width="10%">Question Type</td>
20
  <td width="10%">Count</td>
21
  <td width="5%">Paper</td>
22
  <td width="5%">Lincense</td>
23
- <td width="10%">Access link on 🤗</td>
24
  <td width="25%">Brief Description</td>
25
  <td width="15%">Use Cases</td>
26
  </tr>'''
 
15
 
16
  self.table_header = '''
17
  <tr>
18
+ <td width="15%">Dataset Name</td>
19
  <td width="10%">Question Type</td>
20
  <td width="10%">Count</td>
21
  <td width="5%">Paper</td>
22
  <td width="5%">Lincense</td>
23
+ <td width="5%">Access link on 🤗</td>
24
  <td width="25%">Brief Description</td>
25
  <td width="15%">Use Cases</td>
26
  </tr>'''