Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,11 @@ st.write("Connect with me:")
|
|
31 |
|
32 |
kaggle, linkedin, google_scholar, youtube, github = st.columns(5)
|
33 |
|
34 |
-
kaggle.markdown("[Kaggle
|
|
|
|
|
|
|
|
|
35 |
linkedin.markdown("[LinkedIn](https://www.linkedin.com/in/muhammad-imran-zaman)")
|
36 |
google_scholar.markdown("[Google Scholar](https://scholar.google.com/citations?user=ulVFpy8AAAAJ&hl=en)")
|
37 |
youtube.markdown("[YouTube](https://www.youtube.com/@consolioo)")
|
|
|
31 |
|
32 |
kaggle, linkedin, google_scholar, youtube, github = st.columns(5)
|
33 |
|
34 |
+
kaggle.markdown("[Kaggle
|
35 |
+
|
36 |
+

|
37 |
+
|
38 |
+
](https://www.kaggle.com/muhammadimran112233)")
|
39 |
linkedin.markdown("[LinkedIn](https://www.linkedin.com/in/muhammad-imran-zaman)")
|
40 |
google_scholar.markdown("[Google Scholar](https://scholar.google.com/citations?user=ulVFpy8AAAAJ&hl=en)")
|
41 |
youtube.markdown("[YouTube](https://www.youtube.com/@consolioo)")
|