awacke1 commited on
Commit
95f54db
Β·
1 Parent(s): 129fd36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -0
app.py CHANGED
@@ -49,3 +49,23 @@ with st.expander("Save Jokes"):
49
  if uploaded_file is not None:
50
  uploaded_file.write("\n".join(jokes))
51
  st.success("Saved {} jokes to the file!".format(len(jokes)))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  if uploaded_file is not None:
50
  uploaded_file.write("\n".join(jokes))
51
  st.success("Saved {} jokes to the file!".format(len(jokes)))
52
+
53
+ markdown = """
54
+ # πŸ“£ Press Release: "No Pun Intended" Joke App on HuggingFace!
55
+
56
+ πŸŽ‰ We're excited to announce the launch of our new program, the "No Pun Intended" Jokes to make you laugh! πŸŽ‰
57
+
58
+ πŸ€ͺ Are you tired of boring jokes that make you yawn? Do you want to laugh until your tummy hurts?
59
+
60
+ Look no further than "No Pun Intended" Joke App for All! 🀣
61
+
62
+ 😎 With 20 hilarious jokes to choose from, you'll never run out of funny puns to tell your friends and family.
63
+
64
+ Whether you're in the classroom, on the playground, or at home, our joke app is the perfect way to brighten up your day. πŸ˜ƒ
65
+
66
+ πŸ“š And the best part? You can even add your own jokes to the joke book! Use the file IO elements to load and save jokes to the program. πŸ“
67
+
68
+ πŸ‘¦πŸ‘§ So what are you waiting for? Bookmark and like the "No Pun Intended" Joke App today and start laughing out loud! πŸ˜‚
69
+ """
70
+
71
+ st.markdown(markdown)