Skip to content

Commit dbcc42e

Browse files
authored
Add llm option to form (#61)
1 parent d03dadc commit dbcc42e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

reflex_ui/blocks/demo_form.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def demo_form(id_prefix: str = "", **props) -> rx.Component:
298298
"Word of Mouth",
299299
"Blog",
300300
"Conference",
301+
"LLM (Claude, ChatGPT, etc)",
301302
"Other",
302303
],
303304
required=True,

reflex_ui/blocks/intro_form.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def intro_form(
310310
"Word of Mouth",
311311
"Blog",
312312
"Conference",
313+
"LLM (Claude, ChatGPT, etc)",
313314
"Other",
314315
],
315316
required=True,

0 commit comments

Comments
 (0)