cboettig commited on
Commit
0674733
·
1 Parent(s): c23f969

:elephant:

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -105,7 +105,7 @@ rag_chain = create_retrieval_chain(retriever, question_answer_chain)
105
 
106
  # Place agent inside a streamlit application:
107
 
108
- if prompt := st.chat_input("What is the goal of CA 30x30?"):
109
  with st.chat_message("user"):
110
  st.markdown(prompt)
111
 
 
105
 
106
  # Place agent inside a streamlit application:
107
 
108
+ if prompt := st.chat_input("What are the most cost-effective prevention methods for elephants raiding my crops?"):
109
  with st.chat_message("user"):
110
  st.markdown(prompt)
111