gouravgujariya commited on
Commit
7e52ab3
Β·
1 Parent(s): 14a2607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
2
 
3
  # Header
4
  st.title("Gourav Gujariya's Portfolio")
5
- st.text(" πŸ‘‹ Hello, I'm GOURAV GUJARIYA, and I'm more than just a name. I'm a passionate data science enthusiast with a burning desire to create real-life impact through innovation. πŸš€")
6
- st.text("πŸ€– With a solid foundation in machine learning (ML) and deep learning (DL), I thrive on challenges that push the boundaries of what's possible. My accolades include being recognized as a Kaggle Dataset EXPERT and Notebook EXPERT, a testament to my data analysis prowess. πŸ“ŠπŸ’‘")
7
- st.text("🌐 I'm not just limited to personal accomplishments; I've actively contributed to the world of open-source models and research papers, always striving to stay at the forefront of technological advancements. πŸ“πŸ”¬")
8
- st.text("πŸ’₯ If you're looking for a dedicated and forward-thinking team player who can turn data into insights and drive real change, I'm your candidate. Let's innovate together and make a difference! πŸ’ͺπŸŒŸπŸ“ˆ")
9
  # Contact Information
10
  st.sidebar.header("Contact Information")
11
  st.sidebar.markdown("Email: [email protected]")
 
2
 
3
  # Header
4
  st.title("Gourav Gujariya's Portfolio")
5
+ st.markdown(" πŸ‘‹ Hello, I'm GOURAV GUJARIYA, and I'm more than just a name. I'm a passionate data science enthusiast with a burning desire to create real-life impact through innovation. πŸš€")
6
+ st.markdown("πŸ€– With a solid foundation in machine learning (ML) and deep learning (DL), I thrive on challenges that push the boundaries of what's possible. My accolades include being recognized as a Kaggle Dataset EXPERT and Notebook EXPERT, a testament to my data analysis prowess. πŸ“ŠπŸ’‘")
7
+ st.markdown("🌐 I'm not just limited to personal accomplishments; I've actively contributed to the world of open-source models and research papers, always striving to stay at the forefront of technological advancements. πŸ“πŸ”¬")
8
+ st.markdown("πŸ’₯ If you're looking for a dedicated and forward-thinking team player who can turn data into insights and drive real change, I'm your candidate. Let's innovate together and make a difference! πŸ’ͺπŸŒŸπŸ“ˆ")
9
  # Contact Information
10
  st.sidebar.header("Contact Information")
11
  st.sidebar.markdown("Email: [email protected]")