htafer commited on
Commit
a85195a
1 Parent(s): 52b4bc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ def main():
63
  # Question input
64
  query = st.text_input("Frag deinen Dokumenten!")
65
  if query:
 
66
  result = conversation_chain({"question": query})
67
  answer = result["answer"]
68
  st.write("Antwort:", answer)
 
63
  # Question input
64
  query = st.text_input("Frag deinen Dokumenten!")
65
  if query:
66
+ systemquery = "You are a fraud analyst. You must help your colleague to answer the question below. Do not hallucinate. Provide all the relevant legal text."
67
  result = conversation_chain({"question": query})
68
  answer = result["answer"]
69
  st.write("Antwort:", answer)