Wajahat698 commited on
Commit
94e2dca
·
verified ·
1 Parent(s): bda040a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -537,8 +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(cleaned_text, unsafe_allow_html=True)
541
-
542
 
543
 
544
 
 
537
  suggestion = random.choice(suggestions)
538
  cleaned_text += f"\n\n**Trust Tip**: {trust_tip} \n\n **Suggestion**: {suggestion}"
539
 
540
+ st.markdown(f'<div style="text-align: justify;">{cleaned_text}</div>', unsafe_allow_html=True)
 
541
 
542
 
543