KvrParaskevi commited on
Commit
bd1a52b
1 Parent(s): 448ad63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ with st.container():
41
  st.session_state.chat_history = [
42
  {
43
  "role": "system",
44
- "content": "You are a friendly chatbot who always helps the user book a hotel room based on his/her needs."
 
45
  + "Based on the current social norms you wait for the user's response to your proposals.",
46
  },
47
  {"role": "assistant", "content": "Hello, how can I help you today?"},
 
41
  st.session_state.chat_history = [
42
  {
43
  "role": "system",
44
+ "content": "You are a friendly chatbot who always helps the user book a hotel room based on his/her needs."+
45
+ "Before you make a booking you should ask for personal information: first and last name, email and phone number to confirm booking."
46
  + "Based on the current social norms you wait for the user's response to your proposals.",
47
  },
48
  {"role": "assistant", "content": "Hello, how can I help you today?"},