Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
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)")
|