/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/examples/nested_choices/config.xml
15 строк
435 B
Julio Sgarbi
feat: LEAP-452: FE Repo Modernization / Monorepo (#5154)
04 янв 2024, 15:59
Не верифицирован
04 янв 2024, 15:59
ca09b8f
Код
Авторство
О чём код?
<View> <Text name="text" value="$reviewText" valueType="text" /> <Choices name="sentiment" toName="text" showInLine="true"> <Choice value="Positive" /> <Choice value="Negative" /> <Choice value="Neutral" /> </Choices> <Choices name="ch" toName="text" choice="single" showInLine="true" visibleWhen="choice-selected" > <Choice value="Descriptive" /> <Choice value="Emotional" /> </Choices> </View>