Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|