feat: increase dataset description length to 400 (#283)
This commit is contained in:
@@ -50,8 +50,8 @@ def _validate_name(name):
|
|||||||
|
|
||||||
|
|
||||||
def _validate_description_length(description):
|
def _validate_description_length(description):
|
||||||
if len(description) > 200:
|
if len(description) > 400:
|
||||||
raise ValueError('Description cannot exceed 200 characters.')
|
raise ValueError('Description cannot exceed 400 characters.')
|
||||||
return description
|
return description
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user