awacke1 commited on
Commit
3559abd
ยท
1 Parent(s): 20061a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -69,3 +69,13 @@ filename = f"{username}_{timestamp}.csv"
69
  df.to_csv(filename, index=False)
70
  st.markdown(f'<a href="data:file/csv;base64,{b64encode(open(filename, "rb").read()).decode()}" download="{filename}">Download CSV File</a>', unsafe_allow_html=True)
71
 
 
 
 
 
 
 
 
 
 
 
 
69
  df.to_csv(filename, index=False)
70
  st.markdown(f'<a href="data:file/csv;base64,{b64encode(open(filename, "rb").read()).decode()}" download="{filename}">Download CSV File</a>', unsafe_allow_html=True)
71
 
72
+ st.markdown("""
73
+
74
+ ๐Ÿ“ฃ Introducing Emojitrition - the fun and easy way to track your nutrition! ๐Ÿ”๐ŸŸ๐ŸŒฎ๐Ÿ•๐Ÿฉ๐Ÿฅ—๐Ÿฃ๐Ÿพ
75
+ ๐Ÿ‘‰ Sick of boring nutrition tracking apps? Emojitrition is here to spice things up! ๐ŸŒถ๏ธ
76
+ ๐Ÿ‘‰ Our app uses food nutrition emojis to make tracking your meals easy and fun. ๐Ÿด
77
+ ๐Ÿ‘‰ Whether you're making healthy choices with ๐Ÿฅ— or indulging in some ๐Ÿฉ, Emojitrition makes it easy to see how your meals add up.
78
+ ๐Ÿ‘‰ Download Emojitrition today and start making more informed choices for your health and well-being! ๐Ÿ“ฒ
79
+ ๐Ÿ‘‰ It's time to ditch the boring old numbers and words and embrace the world of nutrition emojis! ๐Ÿ™Œ
80
+
81
+ """)