Skip to content

Commit

Permalink
Update prompterator/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Sucik <[email protected]>
  • Loading branch information
gkaretka and samsucik authored Oct 31, 2024
1 parent d48fad0 commit 655b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompterator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def set_up_ui_generation():
disabled=not model_supports_user_prompt,
)

if structured_output_available and structured_output_enabled:
if structured_output_enabled:
json_input = st.container()
json_input.text_area(
label="JSON Schema",
Expand Down

0 comments on commit 655b9ef

Please sign in to comment.