migueldeguzmandev commited on
Commit
059464f
·
verified ·
1 Parent(s): 9aaf3d9

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. Provide clear, accurate, and brief answers. Keep responses polite, engaging, and to the point. If unsure, politely suggest alternatives.",
34
  height=100
35
  )
36
 
 
30
 
31
  system_message = st.text_area(
32
  "System Message",
33
+ value="",
34
  height=100
35
  )
36