Wajahat698 commited on
Commit
b3661b9
·
verified ·
1 Parent(s): 5385cc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1839,7 +1839,7 @@ def handle_prompt(prompt):
1839
  full_response = output["output"]
1840
 
1841
  cleaned_text = clean_text(full_response)
1842
- trust_tip, suggestion = get_trust_tip_and_suggestion().
1843
  combined_text = f"{cleaned_text}\n\n---\n\n**Trust Tip**: {trust_tip}\n\n**Suggestion**: {suggestion}"
1844
  with response_placeholder:
1845
  with st.chat_message("assistant"):
 
1839
  full_response = output["output"]
1840
 
1841
  cleaned_text = clean_text(full_response)
1842
+ trust_tip, suggestion = get_trust_tip_and_suggestion()
1843
  combined_text = f"{cleaned_text}\n\n---\n\n**Trust Tip**: {trust_tip}\n\n**Suggestion**: {suggestion}"
1844
  with response_placeholder:
1845
  with st.chat_message("assistant"):