hbui commited on
Commit
da0c04d
·
1 Parent(s): 961e66a

Update utils/chatbox.py

Browse files
Files changed (1) hide show
  1. utils/chatbox.py +1 -1
utils/chatbox.py CHANGED
@@ -48,7 +48,7 @@ def chatbox(model_name: str, model: None):
48
  with st.chat_message(message["role"]):
49
  st.markdown(message["content"])
50
 
51
- if prompt := st.chat_input("Hi, I am a RegBot prototype. I'm here to help with any questions you have about California drinking water regulations.🚰"):
52
  # Display user message in chat message container
53
  st.chat_message("user").markdown(prompt)
54
 
 
48
  with st.chat_message(message["role"]):
49
  st.markdown(message["content"])
50
 
51
+ if prompt := st.chat_input("Hi, I'm here to help with any questions you have about California drinking water regulations."):
52
  # Display user message in chat message container
53
  st.chat_message("user").markdown(prompt)
54