Skip to content

Commit 8ec48bb

Browse files
Merge pull request #781 from Labelbox/jb/ac-829
[AC-829] Add first class HTML support in project creation.
2 parents d047c00 + 814af74 commit 8ec48bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/media_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33

44
class MediaType(Enum):
5-
"""add DOCUMENT, GEOSPATIAL_TILE, SIMPLE_TILE to match the UI choices"""
65
Audio = "AUDIO"
76
Conversational = "CONVERSATIONAL"
87
Dicom = "DICOM"
98
Document = "PDF"
109
Geospatial_Tile = "TMS_GEO"
10+
Html = "HTML"
1111
Image = "IMAGE"
1212
Json = "JSON"
1313
Pdf = "PDF"

0 commit comments

Comments
 (0)