Malikeh Ehghaghi commited on
Commit
770115f
1 Parent(s): 4dc6475

Update dataset_list.py

Browse files
Files changed (1) hide show
  1. dataset_list.py +2 -2
dataset_list.py CHANGED
@@ -21,8 +21,8 @@ class DatasetList:
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>'''
27
 
28
  def _preprocess_table(self) -> None:
 
21
  <td width="5%">Paper</td>
22
  <td width="5%">Lincense</td>
23
  <td width="5%">Access link on 🤗</td>
24
+ <td width="30%">Brief Description</td>
25
+ <td width="10%">Use Cases</td>
26
  </tr>'''
27
 
28
  def _preprocess_table(self) -> None: