ImranzamanML commited on
Commit
a2b8dd4
·
verified ·
1 Parent(s): 84af8aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -36,16 +36,16 @@ link_column_width = 1
36
  kaggle, linkedin, google_scholar, youtube, github = st.columns(5)
37
 
38
  # Social media links
39
- kaggle.markdown("<p style='margin-left: 20px;'><a href='https://www.kaggle.com/muhammadimran112233'>Kaggle</a></p>", unsafe_allow_html=True)
40
- linkedin.markdown("<p style='margin-left: 20px;'><a href='https://www.linkedin.com/in/muhammad-imran-zaman'>LinkedIn</a></p>", unsafe_allow_html=True)
41
- google_scholar.markdown("<p style='margin-left: 20px;'><a href='https://scholar.google.com/citations?user=ulVFpy8AAAAJ&hl=en'>Google Scholar</a></p>", unsafe_allow_html=True)
42
- youtube.markdown("<p style='margin-left: 20px;'><a href='https://www.youtube.com/@consolioo'>YouTube</a></p>", unsafe_allow_html=True)
43
- github.markdown("<p style='margin-left: 20px;'><a href='https://github.com/Imran-ml'>GitHub</a></p>", unsafe_allow_html=True)
44
 
45
 
46
  # # Social media links
47
- # kaggle.markdown("[Kaggle](https://www.kaggle.com/muhammadimran112233)")
48
- # linkedin.markdown("[LinkedIn](https://www.linkedin.com/in/muhammad-imran-zaman)")
49
- # google_scholar.markdown("[Google Scholar](https://scholar.google.com/citations?user=ulVFpy8AAAAJ&hl=en)")
50
- # youtube.markdown("[YouTube](https://www.youtube.com/@consolioo)")
51
- # github.markdown("[GitHub](https://github.com/Imran-ml)")
 
36
  kaggle, linkedin, google_scholar, youtube, github = st.columns(5)
37
 
38
  # Social media links
39
+ # kaggle.markdown("<p style='margin-left: 20px;'><a href='https://www.kaggle.com/muhammadimran112233'>Kaggle</a></p>", unsafe_allow_html=True)
40
+ # linkedin.markdown("<p style='margin-left: 20px;'><a href='https://www.linkedin.com/in/muhammad-imran-zaman'>LinkedIn</a></p>", unsafe_allow_html=True)
41
+ # google_scholar.markdown("<p style='margin-left: 20px;'><a href='https://scholar.google.com/citations?user=ulVFpy8AAAAJ&hl=en'>Google Scholar</a></p>", unsafe_allow_html=True)
42
+ # youtube.markdown("<p style='margin-left: 20px;'><a href='https://www.youtube.com/@consolioo'>YouTube</a></p>", unsafe_allow_html=True)
43
+ # github.markdown("<p style='margin-left: 20px;'><a href='https://github.com/Imran-ml'>GitHub</a></p>", unsafe_allow_html=True)
44
 
45
 
46
  # # Social media links
47
+ kaggle.markdown("[Kaggle](https://www.kaggle.com/muhammadimran112233)")
48
+ linkedin.markdown("[LinkedIn](https://www.linkedin.com/in/muhammad-imran-zaman)")
49
+ google_scholar.markdown("[Google Scholar](https://scholar.google.com/citations?user=ulVFpy8AAAAJ&hl=en)")
50
+ youtube.markdown("[YouTube](https://www.youtube.com/@consolioo)")
51
+ github.markdown("[GitHub](https://github.com/Imran-ml)")