EinsteinCoder commited on
Commit
cef42ef
·
1 Parent(s): a90bbf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -232,9 +232,10 @@ def main():
232
  st.info("**Today's is**: " + strtime + " | **Husband's Moon Sign**: " + m_sign + " | **Wife's Moon Sign**: " + f_sign)
233
  title = "Today's is: " + strtime + " | Husband's Moon Sign: " + m_sign + " | Wife's Moon Sign: " + f_sign
234
  #st.success("Insight generated!")
 
235
  st.markdown(prediction)
236
  #st.text(prediction)
237
- pred.append(prediction)
238
 
239
  email = st.text_input("Enter email address", "")
240
  if st.button("Send Email"):
 
232
  st.info("**Today's is**: " + strtime + " | **Husband's Moon Sign**: " + m_sign + " | **Wife's Moon Sign**: " + f_sign)
233
  title = "Today's is: " + strtime + " | Husband's Moon Sign: " + m_sign + " | Wife's Moon Sign: " + f_sign
234
  #st.success("Insight generated!")
235
+ pred.append(prediction)
236
  st.markdown(prediction)
237
  #st.text(prediction)
238
+
239
 
240
  email = st.text_input("Enter email address", "")
241
  if st.button("Send Email"):