Yashvj123 commited on
Commit
fab5988
Β·
verified Β·
1 Parent(s): 47eeccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- <a href="https://github.com/Yashjadhav1503" target="_blank">
23
- <img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" style="height:35px;">
24
- </a><br>
25
- <a href="https://www.linkedin.com/in/yash-jadhav-1503/" target="_blank">
26
- <img src="https://img.shields.io/badge/LinkedIn-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white" style="height:35px;">
27
- </a>
 
 
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("---")