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