Spaces:
Runtime error
Runtime error
Updated sidebar with emojis
Browse files
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 |
-
|
37 |
-
|
38 |
-
|
39 |
-
Email : anujmaha@iu.edu / anujsmahajan1998@gmail.com
|
40 |
-
|
41 |
|
42 |
-
|
43 |
-
|
44 |
|
45 |
-
|
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
|
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:
|