Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"):
|