Skip to content

Commit

Permalink
Update simpleApp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdolin committed Feb 22, 2024
1 parent 8b6c458 commit 4cc4792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genomics-apps/simpleApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def findSubjectVariants(subject, range):


st.title("Simple App")
st.markdown("This is a simple app illustrating the use of [FHIR Genomics Operations](http://build.fhir.org/ig/HL7/genomics-reporting/operations.html). Enter patient and genomic range in the sidebar and click 'run'. Raw output from find-subject-variants is shown in left column, and tabular output is shown in right column.")
st.markdown("This is a simple app illustrating the use of [FHIR Genomics Operations](http://build.fhir.org/ig/HL7/genomics-reporting/operations.html). Enter patient and genomic range in the sidebar and click 'run'. Raw output from **find-subject-variants** is shown in left column, and tabular output is shown in right column.")

with st.sidebar:
subject = st.text_input("Enter patient ID", value="HG00403")
Expand Down

0 comments on commit 4cc4792

Please sign in to comment.