mou3az commited on
Commit
504bd27
1 Parent(s): 05737a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,9 +72,9 @@ def web_search(message: str):
72
  source_knowledge = ""
73
 
74
  augmented_prompt = f"""
75
- If the answer to the next query is not contained in the Web Search, say 'No Answer Is Available' and then just give guidance for the query.
76
  Query: {message}
77
- Web Search:
78
  {source_knowledge}
79
  """
80
 
 
72
  source_knowledge = ""
73
 
74
  augmented_prompt = f"""
75
+ If the answer to the next query is not contained in the Search, say 'No Answer Is Available' and then just give guidance for the query.
76
  Query: {message}
77
+ Search:
78
  {source_knowledge}
79
  """
80