Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,17 +14,17 @@ st.set_page_config(
|
|
14 |
st.sidebar.title("π MediAssist")
|
15 |
st.sidebar.markdown("Analyze prescriptions with ease using AI")
|
16 |
st.sidebar.markdown("---")
|
17 |
-
st.sidebar.markdown("π€ Developed by **Yash Jadhav**")
|
18 |
|
19 |
-
# Social Buttons
|
20 |
st.sidebar.markdown("π **Connect with me:**")
|
21 |
st.sidebar.markdown("""
|
22 |
-
<
|
23 |
-
<
|
24 |
-
|
25 |
-
|
26 |
-
<
|
27 |
-
|
|
|
|
|
28 |
""", unsafe_allow_html=True)
|
29 |
|
30 |
st.sidebar.markdown("---")
|
|
|
14 |
st.sidebar.title("π MediAssist")
|
15 |
st.sidebar.markdown("Analyze prescriptions with ease using AI")
|
16 |
st.sidebar.markdown("---")
|
|
|
17 |
|
|
|
18 |
st.sidebar.markdown("π **Connect with me:**")
|
19 |
st.sidebar.markdown("""
|
20 |
+
<div style='display: flex; gap: 10px;'>
|
21 |
+
<a href="https://github.com/Yashvj22" target="_blank">
|
22 |
+
<img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" style="height:30px;">
|
23 |
+
</a>
|
24 |
+
<a href="https://www.linkedin.com/in/yash-jadhav-454b0a237/" target="_blank">
|
25 |
+
<img src="https://img.shields.io/badge/LinkedIn-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white" style="height:30px;">
|
26 |
+
</a>
|
27 |
+
</div>
|
28 |
""", unsafe_allow_html=True)
|
29 |
|
30 |
st.sidebar.markdown("---")
|