CeePlusPlus commited on
Commit
f018a62
·
1 Parent(s): 0bf1bef

web title

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -220,7 +220,8 @@ def get_response(question):
220
  # return "\n\n".join(doc.page_content for doc in docs)
221
 
222
 
223
- # st.title("ComposTogether AI Q&A Answerer")
 
224
 
225
  if "messages" not in st.session_state:
226
  st.session_state.messages = []
 
220
  # return "\n\n".join(doc.page_content for doc in docs)
221
 
222
 
223
+ st.title("ComposTogether AI Q&A Answerer")
224
+ st.write("**This is an AI-run chatbot where you can ask anything about ComposTogether and get live responses 24/7. If you want to confirm the responses from here, you can contact or email us.**")
225
 
226
  if "messages" not in st.session_state:
227
  st.session_state.messages = []