Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
|
|
|
|
|
3 |
st.markdown("""
|
4 |
|
5 |
HAPI FHIR: The HAPI FHIR project provides an open-source reference implementation of the FHIR specification. They offer a public test server that you can use to test your FHIR applications. You can access the server at https://hapi.fhir.org.
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.title("SMART FHIR Kits SDC HL7")
|
4 |
+
|
5 |
st.markdown("""
|
6 |
|
7 |
HAPI FHIR: The HAPI FHIR project provides an open-source reference implementation of the FHIR specification. They offer a public test server that you can use to test your FHIR applications. You can access the server at https://hapi.fhir.org.
|