awacke1 commited on
Commit
ef85d9e
Β·
1 Parent(s): f955844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -71,8 +71,9 @@ SOFTWARE.
71
  import streamlit as st
72
 
73
  st.title('Open Source Medical Software Resources')
 
74
 
75
- st.markdown(
76
 
77
  🌐 [World Health Organization (WHO)](https://en.wikipedia.org/wiki/World_Health_Organization)
78
 
@@ -83,10 +84,13 @@ st.markdown(
83
  πŸ”¬ [Logical Observation Identifiers Names and Codes (LOINC)](https://en.wikipedia.org/wiki/LOINC)
84
 
85
  🏒 [Regenstrief Institute](https://en.wikipedia.org/wiki/Regenstrief_Institute)
 
 
86
 
87
  st.header('Sample License File')
88
 
89
  #st.code(
 
90
  MIT License
91
 
92
  Copyright (c) 2023 Aaron Wacker
 
71
  import streamlit as st
72
 
73
  st.title('Open Source Medical Software Resources')
74
+ """)
75
 
76
+ st.markdown("""
77
 
78
  🌐 [World Health Organization (WHO)](https://en.wikipedia.org/wiki/World_Health_Organization)
79
 
 
84
  πŸ”¬ [Logical Observation Identifiers Names and Codes (LOINC)](https://en.wikipedia.org/wiki/LOINC)
85
 
86
  🏒 [Regenstrief Institute](https://en.wikipedia.org/wiki/Regenstrief_Institute)
87
+ """)
88
+
89
 
90
  st.header('Sample License File')
91
 
92
  #st.code(
93
+ st.markdown("""
94
  MIT License
95
 
96
  Copyright (c) 2023 Aaron Wacker