Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,21 +29,8 @@ if submit:
|
|
29 |
st.markdown("---")
|
30 |
st.write("Connect with me:")
|
31 |
|
32 |
-
# Define column width for social media links
|
33 |
-
link_column_width = 1
|
34 |
-
|
35 |
-
# Create layout with four columns for social media links
|
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)")
|
|
|
29 |
st.markdown("---")
|
30 |
st.write("Connect with me:")
|
31 |
|
|
|
|
|
|
|
|
|
32 |
kaggle, linkedin, google_scholar, youtube, github = st.columns(5)
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
kaggle.markdown("[Kaggle](https://www.kaggle.com/muhammadimran112233)")
|
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)")
|