Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -573,7 +573,7 @@ if prompt :
|
|
| 573 |
suggestion = random.choice(suggestions)
|
| 574 |
cleaned_text += f"\n\n**Trust Tip**: {trust_tip} \n\n **Suggestion**: {suggestion}"
|
| 575 |
|
| 576 |
-
st.
|
| 577 |
|
| 578 |
|
| 579 |
|
|
|
|
| 573 |
suggestion = random.choice(suggestions)
|
| 574 |
cleaned_text += f"\n\n**Trust Tip**: {trust_tip} \n\n **Suggestion**: {suggestion}"
|
| 575 |
|
| 576 |
+
st.markdown(cleaned_text, unsafe_allow_html=True)
|
| 577 |
|
| 578 |
|
| 579 |
|