EinsteinCoder commited on
Commit
d99df65
·
1 Parent(s): 3b70932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ Add a section to notify about all the Lucky Dates.
19
  Add a section for Next Week's Prediction and Tommorow's Prediction.
20
  Add a section of Couple Compatibility based on the moon signs of the couple, use your own knowledge and intelligence to deduce it.
21
  Use BOLD headlines for all sections using MARKDOWN (**bold**).
22
- Use BULLET points for details for all sections using MARKDOWN (Unordered List).
23
- Add EMOJIS to look interesting.
24
  """
25
 
26
  def get_daily_pred(url):
 
19
  Add a section for Next Week's Prediction and Tommorow's Prediction.
20
  Add a section of Couple Compatibility based on the moon signs of the couple, use your own knowledge and intelligence to deduce it.
21
  Use BOLD headlines for all sections using MARKDOWN (**bold**).
22
+ Use bullets for details for all sections.
23
+ Add EMOJI for headlines to look interesting.
24
  """
25
 
26
  def get_daily_pred(url):