davidfearne commited on
Commit
0e1f795
·
verified ·
1 Parent(s): 201b537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ st.sidebar.header("Agent Personas Design")
84
  # welcomeMessage = st.sidebar.text_area("Define Triaging Persona", value=welcomeMessage, height=300)
85
  st.sidebar.subheader("Personas 1 Settings")
86
  numberOfQuestions = st.sidebar.slider("Number of Questions", min_value=0, max_value=10, step=1, value=5, key='persona1_questions')
87
- persona1SystemMessage = st.sidebar.text_area("Define Triaging Persona", value=placeHolderPersona1, height=150)
88
  with st.sidebar.expander("See explanation"):
89
  st.write("Personas: the individual members of the business function / agent equivalent to employee’s. They have job or personality specific design and are crafted to think, and reason based on this job or personality specific design. They have free reign to feedback to the task however they see most appropriate ")
90
  st.image("agentPersona1.png")
 
84
  # welcomeMessage = st.sidebar.text_area("Define Triaging Persona", value=welcomeMessage, height=300)
85
  st.sidebar.subheader("Personas 1 Settings")
86
  numberOfQuestions = st.sidebar.slider("Number of Questions", min_value=0, max_value=10, step=1, value=5, key='persona1_questions')
87
+ persona1SystemMessage = st.sidebar.text_area("Define Triaging Persona", value=placeHolderPersona1, height=300)
88
  with st.sidebar.expander("See explanation"):
89
  st.write("Personas: the individual members of the business function / agent equivalent to employee’s. They have job or personality specific design and are crafted to think, and reason based on this job or personality specific design. They have free reign to feedback to the task however they see most appropriate ")
90
  st.image("agentPersona1.png")