Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,8 @@ def display_header():
|
|
32 |
|
33 |
def display_summary():
|
34 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
35 |
-
st.
|
|
|
36 |
def display_education():
|
37 |
st.markdown('## Education')
|
38 |
st.write("""
|
|
|
32 |
|
33 |
def display_summary():
|
34 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
35 |
+
st.markdown("""Hello! This is Nihar Palem. I'm originally from Hyderabad and currently residing in the Silicon Valley Bay Area, San Jose. I'm pursuing a Master's degree in Data Analytics at San Jose State University. In this portfolio, you can explore my academic background, work experience, and projects in the data science field. You'll also find links to my skills, other hobbies, and certifications.""")
|
36 |
+
|
37 |
def display_education():
|
38 |
st.markdown('## Education')
|
39 |
st.write("""
|