Wajahat698 commited on
Commit
bd2f70e
·
verified ·
1 Parent(s): 0da5149

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.markdown(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.write(cleaned_text)
577
 
578
 
579