Malikeh Ehghaghi
commited on
Update dataset_list.py
Browse files- 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="10%">Access link on 🤗</td>
|
24 |
-
<td width="
|
25 |
-
<td width="
|
26 |
</tr>'''
|
27 |
|
28 |
def _preprocess_table(self) -> None:
|
|
|
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>'''
|
27 |
|
28 |
def _preprocess_table(self) -> None:
|