awacke1 commited on
Commit
d70d368
Β·
verified Β·
1 Parent(s): ee6ab1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -13,6 +13,47 @@ short_description: Book Maker πŸ“šPDF and πŸ“„Paper AI
13
 
14
  # Guide PDF Generator App 🌟✨
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## Top New Features πŸŽ‰πŸš€
17
 
18
  1. **Dynamic Markdown Selection** πŸ“œβœ¨ - Pick any .md file from your directory (except this one!) with a slick dropdown!
 
13
 
14
  # Guide PDF Generator App 🌟✨
15
 
16
+ ```python
17
+ # --- Configuration & Setup ---
18
+ # Guidance on emojis : https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2805970
19
+ # Interpreting Emoji: A Medical Tune! 🎢
20
+ emojistory='''
21
+ * **A Study We Must Cite, Shining a Guiding Light** πŸ’‘
22
+ * In texts that docs send, to colleague and friend πŸ‘¨β€βš•οΈ
23
+ * They add feelings, you see, with such simple glee! πŸ₯°
24
+ * To start or to end, a message to send! πŸ‘‹
25
+ * **A Language of Care, Beyond Just a Stare** πŸ‘€
26
+ * From Words to a Sign, A Method so Fine ✍️
27
+ * A sad face, a knife, might just save a life πŸ”ͺ
28
+ * Three hearts beat as one, a new code's begun πŸ«€
29
+ * The Thumbs-Up We See, Means More Than "OK" to Me πŸ‘
30
+ * "I approve," it can say, "let's get on our way!" βœ…
31
+ * A symbol so new, for the legal crew! βš–οΈ
32
+ * For Those Who Can't Speak, A Future We Seek 🀫
33
+ * With a point and a tap, they'll close the gap πŸ‘†
34
+ * **The Future is Bright, with Symbols of Light** ✨
35
+ * From Paper to Screen, A New Painful Scene πŸ–₯️
36
+ * The Wong-Baker scale, tells its digital tale πŸ˜€
37
+ * From sad face to cry, the pain doesn't lie 😭
38
+ * We Need More Anatomy, for You and for Me! 🧍
39
+ * A heart and a lung, a new song is sung 🫁
40
+ * But where is the gut, or the kidney, but... 🀷
41
+ * Societies must agree, on a new emoji! 🀝
42
+ * Let a Smart Brain Decide, with Naught Left to Hide 🧠
43
+ * With lightning and thought, a lesson is taught ⚑
44
+ * Machine learning is key, for the patient and thee πŸ”‘
45
+ * **So Let's All Embrace, This New Smiley Face** 😊
46
+ * A Universal Tongue, For Old and for Young 🌍
47
+ * To help doctors connect, and earn our respect πŸ™
48
+ * So patients can share, their every last care ❀️
49
+ * A Picture's a Word, That Must Now Be Heard πŸ—£οΈ
50
+ * Improving the art, of healing the heart πŸ’–
51
+ * The future is clear, let's all give a cheer! πŸŽ‰
52
+ '''
53
+ st.markdown(emojistory)
54
+ ```
55
+
56
+
57
  ## Top New Features πŸŽ‰πŸš€
58
 
59
  1. **Dynamic Markdown Selection** πŸ“œβœ¨ - Pick any .md file from your directory (except this one!) with a slick dropdown!