Update app.py
Browse files
app.py
CHANGED
|
@@ -652,7 +652,7 @@ if prompt :
|
|
| 652 |
trust_tip, suggestion = get_trust_tip_and_suggestion()
|
| 653 |
|
| 654 |
combined_text = f"{cleaned_text}\n\n---\n\n**Trust Tip**: {trust_tip}\n\n**Suggestion**: {suggestion}"
|
| 655 |
-
st.
|
| 656 |
|
| 657 |
#seprtor= st.markdown("---") # Add a separator
|
| 658 |
#t_tip= st.markdown(f"**Trust Tip**: {trust_tip}")
|
|
|
|
| 652 |
trust_tip, suggestion = get_trust_tip_and_suggestion()
|
| 653 |
|
| 654 |
combined_text = f"{cleaned_text}\n\n---\n\n**Trust Tip**: {trust_tip}\n\n**Suggestion**: {suggestion}"
|
| 655 |
+
st.markdown(combined_text)
|
| 656 |
|
| 657 |
#seprtor= st.markdown("---") # Add a separator
|
| 658 |
#t_tip= st.markdown(f"**Trust Tip**: {trust_tip}")
|