Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ temp1 = st.sidebar.slider("Tempreature", min_value=0.0, max_value=1.0, step=0.1,
|
|
93 |
tokens1 = st.sidebar.slider("Tokens", min_value=0, max_value=4000, step=100, value=500, key='persona1_tokens')
|
94 |
|
95 |
# Persona 2
|
96 |
-
st.sidebar.subheader("
|
97 |
persona2SystemMessage = st.sidebar.text_area("Define Diagnosis Persona", value=placeHolderPersona2, height=300)
|
98 |
with st.sidebar.expander("See explanation"):
|
99 |
st.write("This AI persona uses the output of the symptom intake AI as its input. This AI’s job is to augment a health professional by assisting with a diagnosis and possible next best action. The teams will need to determine if this should be a tool used directly by the patient, as an assistant to the health professional or a hybrid of the two. ")
|
|
|
93 |
tokens1 = st.sidebar.slider("Tokens", min_value=0, max_value=4000, step=100, value=500, key='persona1_tokens')
|
94 |
|
95 |
# Persona 2
|
96 |
+
st.sidebar.subheader("Diagnosis and Next Best Action AI")
|
97 |
persona2SystemMessage = st.sidebar.text_area("Define Diagnosis Persona", value=placeHolderPersona2, height=300)
|
98 |
with st.sidebar.expander("See explanation"):
|
99 |
st.write("This AI persona uses the output of the symptom intake AI as its input. This AI’s job is to augment a health professional by assisting with a diagnosis and possible next best action. The teams will need to determine if this should be a tool used directly by the patient, as an assistant to the health professional or a hybrid of the two. ")
|