EinsteinCoder commited on
Commit
842c735
·
1 Parent(s): cb7065e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,8 +19,8 @@ Add a section to aware the couple for any upcoming negative traits or events or
19
  Add a section to notify about all the Lucky Dates.
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 bullets and headlines for all sections.
22
- Add emojis where-ever necessary to look interesting.
23
- Emphasize the keywords with BOLD letters.
24
  """
25
 
26
  def get_daily_pred(url):
@@ -141,7 +141,7 @@ def main():
141
  prediction = predict_horoscope(m_sign, f_sign,strtime,m_daily_pred,f_daily_pred,m_monthly_pred,f_monthly_pred,m_weekly_pred,f_weekly_pred)
142
  st.info("Today's is: " + strtime + " Male (Husband's) Moon Sign: " + m_sign + " Wife's Moon Sign: " + f_sign)
143
  #st.success("Insight generated!")
144
- st.markdown("prediction)
145
 
146
  if __name__ == '__main__':
147
  main()
 
19
  Add a section to notify about all the Lucky Dates.
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 bullets and headlines for all sections.
22
+ Add emojis to look interesting.
23
+ Emphasize the keywords with BOLD letters using markdown.
24
  """
25
 
26
  def get_daily_pred(url):
 
141
  prediction = predict_horoscope(m_sign, f_sign,strtime,m_daily_pred,f_daily_pred,m_monthly_pred,f_monthly_pred,m_weekly_pred,f_weekly_pred)
142
  st.info("Today's is: " + strtime + " Male (Husband's) Moon Sign: " + m_sign + " Wife's Moon Sign: " + f_sign)
143
  #st.success("Insight generated!")
144
+ st.markdown("prediction")
145
 
146
  if __name__ == '__main__':
147
  main()