ruslanmv commited on
Commit
bba825f
·
verified ·
1 Parent(s): dbec34d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with st.sidebar:
30
 
31
  system_message = st.text_area(
32
  "System Message",
33
- value="You are a friendly Chatbot created by ruslanmv.com",
34
  height=100
35
  )
36
 
 
30
 
31
  system_message = st.text_area(
32
  "System Message",
33
+ value="You are a friendly chatbot created by ruslanmv.com. Assist users politely, accurately, and cheerfully in all interactions.",
34
  height=100
35
  )
36