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