arthurpendragon commited on
Commit
a0d148e
·
verified ·
1 Parent(s): 163fb5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -84,18 +84,6 @@ def main():
84
  st.download_button(label="Download PDF", data=pdf_contents, file_name="Research and Development.pdf", mime="application/pdf")
85
 
86
 
87
- #About the Author section
88
- #st.markdown("### About the Author")
89
- #st.markdown("""
90
- # My name is Johnson Addo Ameyaw. I am a high graduate of Opoku Ware Secondary School, Ghana. I am passionate about the intersectionality of technology and healthcare delivery.
91
- # I believe that technology can significantly reduce the risk of illness and advance healthcare. Through my Diabetes Prediction Model, I have demonstrated how machine learning algorithms
92
- #can provide early detection and personalized treatment plans. My career goal is to work in the field of health research and help advance better health policy and stronger systems of care
93
- #through research and community engagement. I aspire to make a meaningful impact in the field of diabetes care and education, ultimately improving outcomes for individuals living with
94
- # the disease and contributing to the broader goal of public health. Outside of my academic pursuits, I enjoy playing video games and watching movies.
95
- #""")
96
- # Rounded button-like element with dynamic styling
97
-
98
-
99
  # Determine the current Streamlit theme (light or dark)
100
  theme = st.get_option("theme.base")
101
 
 
84
  st.download_button(label="Download PDF", data=pdf_contents, file_name="Research and Development.pdf", mime="application/pdf")
85
 
86
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  # Determine the current Streamlit theme (light or dark)
88
  theme = st.get_option("theme.base")
89