Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,9 @@ for row in data:
|
|
41 |
|
42 |
|
43 |
|
44 |
-
st.markdown("""
|
45 |
-
|
|
|
46 |
|
47 |
|
48 |
""")
|
|
|
41 |
|
42 |
|
43 |
|
44 |
+
st.markdown(""" # Top Ten Conditions to Assess
|
45 |
+
|
46 |
+
Prompt; In the united states list the top ten expensive medical and behavioral conditions that nurses educate and teach patients about. Include question to test for condition and vocabulary code value for each to identify them uniquely. Provide the full list as a python dictionary in streamlit and create a short program to display them using python language.
|
47 |
|
48 |
|
49 |
""")
|