Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2233,7 +2233,7 @@ def handle_prompt(prompt):
|
|
| 2233 |
#formatted_text = clean_and_format_markdown(cleaned_text)
|
| 2234 |
|
| 2235 |
trust_tip, suggestion = get_trust_tip_and_suggestion()
|
| 2236 |
-
combined_text = f"{
|
| 2237 |
|
| 2238 |
with response_placeholder:
|
| 2239 |
with st.chat_message("assistant"):
|
|
|
|
| 2233 |
#formatted_text = clean_and_format_markdown(cleaned_text)
|
| 2234 |
|
| 2235 |
trust_tip, suggestion = get_trust_tip_and_suggestion()
|
| 2236 |
+
combined_text = f"{full_response}\n\n---\n\n**Trust Tip**: {trust_tip}\n\n**Suggestion**: {suggestion}"
|
| 2237 |
|
| 2238 |
with response_placeholder:
|
| 2239 |
with st.chat_message("assistant"):
|