aleyfin commited on
Commit
e95e0c3
1 Parent(s): 12867c1

slight change

Browse files
Files changed (1) hide show
  1. chatui.py +1 -1
chatui.py CHANGED
@@ -21,7 +21,7 @@ if "messages" not in st.session_state:
21
  for msg in st.session_state.messages:
22
  st.chat_message(msg["role"]).write(msg["content"])
23
 
24
- msg_bank = ["Aurinko paistaa", "Kuu loistaa", "Tietokone pörisee"]
25
 
26
  if prompt := st.chat_input("Kirjoita tähän."):
27
 
 
21
  for msg in st.session_state.messages:
22
  st.chat_message(msg["role"]).write(msg["content"])
23
 
24
+ msg_bank = ["Aurinko paistaa", "Kuu loistaa", "Tietokone pörisee", "Mehu on hyvää"]
25
 
26
  if prompt := st.chat_input("Kirjoita tähän."):
27