Spaces:
Sleeping
Sleeping
Update utils/chatbox.py
Browse files- 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
|
| 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 |
|