Update app.py
Browse files
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 = "⚠️ **
|
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
|