Wajahat698 commited on
Commit
8aa4386
·
verified ·
1 Parent(s): bd2f70e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write(cleaned_text)
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