Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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!
|