Malikeh Ehghaghi commited on
Commit
a3ee672
·
unverified ·
1 Parent(s): 99a330f

Update dataset_list.py

Browse files
Files changed (1) hide show
  1. dataset_list.py +2 -2
dataset_list.py CHANGED
@@ -15,8 +15,8 @@ class DatasetList:
15
 
16
  self.table_header = '''
17
  <tr>
18
- <td width="15%">Dataset Name</td>
19
- <td width="5%">Question Type</td>
20
  <td width="10%">Count</td>
21
  <td width="5%">Paper</td>
22
  <td width="5%">Lincense</td>
 
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>