awacke1 commited on
Commit
6029f45
·
1 Parent(s): 566f09b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -41,8 +41,9 @@ for row in data:
41
 
42
 
43
 
44
- st.markdown("""
45
- # 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.
 
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
  """)