Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
+
""")
|