anujmaha commited on
Commit
bdb2281
β€’
1 Parent(s): c143a84

Updated sidebar with emojis

Browse files
Files changed (1) hide show
  1. app.py +7 -13
app.py CHANGED
@@ -33,17 +33,15 @@ st.sidebar.image(profile_image, use_column_width=True)
33
  # Add LinkedIn, Github, and LeetCode links with icons
34
  st.sidebar.markdown(
35
  """
36
- Actively looking for full time SDE / SWE / Full Stack / Data Science roles starting from May 2024
37
-
38
-
39
- Email : anujmaha@iu.edu / anujsmahajan1998@gmail.com
40
-
41
 
42
- Contact : +1 8126029653
43
-
44
 
45
- I am a strong Full stack developer with diverse skill set under my belt.
46
 
 
 
 
47
 
48
  [![](https://content.linkedin.com/content/dam/me/business/en-us/amp/brand-site/v2/bg/LI-Bug.svg.original.svg)](https://www.linkedin.com/in/anujmaha/)
49
  [![GitHub](https://img.icons8.com/material-outlined/48/000000/github.png)](https://github.com/anujmahajan98)
@@ -51,10 +49,6 @@ st.sidebar.markdown(
51
  """
52
  )
53
 
54
- # column1, column2 = st.columns(2)
55
- # column1.markdown("[![](https://content.linkedin.com/content/dam/me/business/en-us/amp/brand-site/v2/bg/LI-Bug.svg.original.svg)](https://www.linkedin.com/in/anujmaha/)")
56
- # column2.markdown("[![](https://img.icons8.com/material-outlined/48/000000/github.png)](https://github.com/anujmahajan98)")
57
-
58
  st.header("Get to know Anuj πŸ‘¨πŸ»β€πŸ’»")
59
  st.header("Ask anything related to me ")
60
 
@@ -69,7 +63,7 @@ if "chat_history" not in st.session_state:
69
 
70
 
71
 
72
- prompt = st.text_input("Prompt", placeholder="eg. Is it a good choice to hire him as SDE ?, What is his Tech Stack ?)...")
73
 
74
 
75
  if prompt:
 
33
  # Add LinkedIn, Github, and LeetCode links with icons
34
  st.sidebar.markdown(
35
  """
36
+ πŸ’» MS CS @ IUB
 
 
 
 
37
 
38
+ 🧳 Actively looking for full time SDE / SWE / Full Stack / Data Science roles starting from May 2024
 
39
 
40
+ πŸ“§ : anujmaha@iu.edu / anujsmahajan1998@gmail.com
41
 
42
+ πŸ“ž : +1 8126029653
43
+
44
+ 🎯 I am a strong Full Stack and Software developer with diverse skills and currently exploring AWS and GenAI.
45
 
46
  [![](https://content.linkedin.com/content/dam/me/business/en-us/amp/brand-site/v2/bg/LI-Bug.svg.original.svg)](https://www.linkedin.com/in/anujmaha/)
47
  [![GitHub](https://img.icons8.com/material-outlined/48/000000/github.png)](https://github.com/anujmahajan98)
 
49
  """
50
  )
51
 
 
 
 
 
52
  st.header("Get to know Anuj πŸ‘¨πŸ»β€πŸ’»")
53
  st.header("Ask anything related to me ")
54
 
 
63
 
64
 
65
 
66
+ prompt = st.text_input("Prompt", placeholder="eg. Is it a good choice to hire him as SDE ?, What is his work experience ?...")
67
 
68
 
69
  if prompt: