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

Update app.py

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