Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,8 +101,8 @@ for message in st.session_state.messages:
|
|
101 |
with st.chat_message(message["role"]):
|
102 |
st.markdown(message["content"])
|
103 |
|
104 |
-
st.sidebar.
|
105 |
-
|
106 |
|
107 |
This is an app to help you navigate the website of YSA. The created the RAG-ready data [here](https://huggingface.co/datasets/eagle0504/youthless-homeless-shelter-web-scrape-dataset-qa-formatted) which consists of questions and answers that help the chatbot.
|
108 |
|
|
|
101 |
with st.chat_message(message["role"]):
|
102 |
st.markdown(message["content"])
|
103 |
|
104 |
+
st.sidebar.markdown(
|
105 |
+
"""## Instructions:
|
106 |
|
107 |
This is an app to help you navigate the website of YSA. The created the RAG-ready data [here](https://huggingface.co/datasets/eagle0504/youthless-homeless-shelter-web-scrape-dataset-qa-formatted) which consists of questions and answers that help the chatbot.
|
108 |
|