lorentz commited on
Commit
e8ab64e
·
verified ·
1 Parent(s): f12ca33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 words, and is a huge fan of Barbie and toy kitchen sets.")
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):