Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -537,7 +537,7 @@ if prompt :
|
|
| 537 |
suggestion = random.choice(suggestions)
|
| 538 |
cleaned_text += f"\n\n**Trust Tip**: {trust_tip} \n\n **Suggestion**: {suggestion}"
|
| 539 |
|
| 540 |
-
st.markdown(
|
| 541 |
|
| 542 |
|
| 543 |
|
|
|
|
| 537 |
suggestion = random.choice(suggestions)
|
| 538 |
cleaned_text += f"\n\n**Trust Tip**: {trust_tip} \n\n **Suggestion**: {suggestion}"
|
| 539 |
|
| 540 |
+
st.markdown(cleaned_text, unsafe_allow_html=True)
|
| 541 |
|
| 542 |
|
| 543 |
|