Skip to content

Commit

Permalink
fix: Added title as "Assistant type configuration" (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohini-Microsoft authored Jul 12, 2024
1 parent 5393c3e commit 7eb28a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/backend/pages/04_Configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def validate_documents():
)
example_user_question_help = "The example user question."
example_answer_help = "The expected answer."
with st.expander("", expanded=True):
with st.expander("Assistant type configuration", expanded=True):
cols = st.columns([2, 4])
with cols[0]:
st.selectbox(
Expand Down

0 comments on commit 7eb28a1

Please sign in to comment.