hbui commited on
Commit
3c9bd4e
·
1 Parent(s): da0c04d

Update utils/chatbox.py

Browse files
Files changed (1) hide show
  1. utils/chatbox.py +1 -1
utils/chatbox.py CHANGED
@@ -8,7 +8,7 @@ def display_chat_history(model_name: str):
8
  st.markdown(message["content"])
9
 
10
  def chat_input(model_name: str):
11
- if prompt := st.chat_input("Say something"):
12
  # Display user message in chat message container
13
  st.chat_message("user").markdown(prompt)
14
 
 
8
  st.markdown(message["content"])
9
 
10
  def chat_input(model_name: str):
11
+ if prompt := st.chat_input("Hi, I'm here to help with any questions you have about California drinking water regulations."):
12
  # Display user message in chat message container
13
  st.chat_message("user").markdown(prompt)
14