mou3az commited on
Commit
ee472e2
1 Parent(s): b945cce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def web_search(query: str):
59
  else:
60
  source_knowledge = ""
61
  augmented_prompt = f"""
62
- If the answer to the next query is not contained in the Web Search say 'No Answer Available' and then give guidance.
63
 
64
  Query: {query}
65
 
 
59
  else:
60
  source_knowledge = ""
61
  augmented_prompt = f"""
62
+ If the answer to the next query is not contained in the Web Search say 'No Answer Available' and then give advice.
63
 
64
  Query: {query}
65