nik-one commited on
Commit
94d4215
1 Parent(s): d06c6c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ if input_prompt:
107
  answer = extract_answer(result["answer"])
108
 
109
  # Initialize the response message
110
- full_response = "⚠️ **_Note: Information provided may be inaccurate._** \n\n\n"
111
  for chunk in answer:
112
  # Simulate typing by appending chunks of the response over time
113
  full_response += chunk
 
107
  answer = extract_answer(result["answer"])
108
 
109
  # Initialize the response message
110
+ full_response = "⚠️ **_Gentle reminder: We generally ensure precise information, but do double-check._** \n\n\n"
111
  for chunk in answer:
112
  # Simulate typing by appending chunks of the response over time
113
  full_response += chunk