Wajahat698 commited on
Commit
5a11fce
·
verified ·
1 Parent(s): d3d9923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def clean_text(text):
198
  cleaned_text = '\n\n'.join(para for para in cleaned_paragraphs if para)
199
 
200
  return cleaned_text
201
- def get_trust_tip_and_suggestion():
202
  trust_tip = random.choice(trust_tips)
203
  suggestion = random.choice(suggestions)
204
  return trust_tip, suggestion
 
198
  cleaned_text = '\n\n'.join(para for para in cleaned_paragraphs if para)
199
 
200
  return cleaned_text
201
+ def get_trust_tip_and_suggestion():
202
  trust_tip = random.choice(trust_tips)
203
  suggestion = random.choice(suggestions)
204
  return trust_tip, suggestion