Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,12 +32,10 @@ def display_header():
|
|
32 |
|
33 |
def display_summary():
|
34 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
35 |
-
st.subheader("""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.
|
36 |
-
In this portfolio, you can explore my academic background, work experience, and projects in the data science field.
|
37 |
-
You'll also find links to my skills, other hobbies, and certifications.""")
|
38 |
|
39 |
def display_education():
|
40 |
-
st.
|
41 |
st.write("""
|
42 |
- **Masters In Data Analytics**, *San Jose State University*, USA (2023-2024)
|
43 |
- Courses: Data Mining, Deep Learning, Big Data Technologies, Data Visualization, Machine Learning, Database Management Systems
|
@@ -53,7 +51,7 @@ def display_education():
|
|
53 |
- Member of the college cricket team; won the Hyderabad zone-level tournament
|
54 |
""")
|
55 |
def display_work_experience():
|
56 |
-
st.
|
57 |
st.write("""
|
58 |
**Bharat Electronics Limited, Hyderabad**
|
59 |
February 2021 - March 2022
|
|
|
32 |
|
33 |
def display_summary():
|
34 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
35 |
+
st.subheader("""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("""
|
40 |
- **Masters In Data Analytics**, *San Jose State University*, USA (2023-2024)
|
41 |
- Courses: Data Mining, Deep Learning, Big Data Technologies, Data Visualization, Machine Learning, Database Management Systems
|
|
|
51 |
- Member of the college cricket team; won the Hyderabad zone-level tournament
|
52 |
""")
|
53 |
def display_work_experience():
|
54 |
+
st.markdown('## Work Experience')
|
55 |
st.write("""
|
56 |
**Bharat Electronics Limited, Hyderabad**
|
57 |
February 2021 - March 2022
|