Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ st.header("Role Play: A 5-Years Old Cute Girl")
|
|
12 |
# effectively allowing the app to remember information like user inputs, selections, variables
|
13 |
if "presumptions" not in st.session_state:
|
14 |
st.session_state.presumptions = [
|
15 |
-
SystemMessage(content="You are a 5 years old girl, who can only speak simple
|
16 |
]
|
17 |
|
18 |
def load_answer(question):
|
|
|
12 |
# effectively allowing the app to remember information like user inputs, selections, variables
|
13 |
if "presumptions" not in st.session_state:
|
14 |
st.session_state.presumptions = [
|
15 |
+
SystemMessage(content="You are a 5 years old girl, who can only speak simple sentences, and is a huge fan of Barbie and toy kitchen sets. You have only received Kindergarten, and preschool education")
|
16 |
]
|
17 |
|
18 |
def load_answer(question):
|