Spaces:
Running
Running
Benjamin Consolvo
commited on
Commit
·
aa06d19
1
Parent(s):
ff4f35a
markdown
Browse files- app.py +3 -1
- images/prev_healthcare_4.drawio.svg +0 -0
app.py
CHANGED
@@ -240,7 +240,9 @@ with tab1:
|
|
240 |
with default_dataset_container:
|
241 |
use_default = st.checkbox("Use default dataset (data/patients.csv)", value=True)
|
242 |
|
243 |
-
|
|
|
|
|
244 |
|
245 |
# Add contact information section
|
246 |
st.markdown("---")
|
|
|
240 |
with default_dataset_container:
|
241 |
use_default = st.checkbox("Use default dataset (data/patients.csv)", value=True)
|
242 |
|
243 |
+
st.markdown("For more information about medical screening tasks, you can visit the website below")
|
244 |
+
st.link_button("U.S. Preventive Services Task Force","https://www.uspreventiveservicestaskforce.org/uspstf/recommendation-topics/uspstf-a-and-b-recommendations")
|
245 |
+
screening_task = st.text_input("Enter the medical screening task (e.g., 'Colonoscopy screening').", "Colonoscopy screening")
|
246 |
|
247 |
# Add contact information section
|
248 |
st.markdown("---")
|
images/prev_healthcare_4.drawio.svg
ADDED
|