Wajahat698 commited on
Commit
b321e93
·
verified ·
1 Parent(s): 5efe657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"{formatted_text}\n\n---\n\n**Trust Tip**: {trust_tip}\n\n**Suggestion**: {suggestion}"
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"):