Spaces:
Running
Running
:elephant:
Browse files- 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
|
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 |
|