Spaces:
Runtime error
Runtime error
ImranzamanML
commited on
Commit
•
0c5d8d2
1
Parent(s):
9a30e38
Update app.py
Browse files
app.py
CHANGED
@@ -28,10 +28,12 @@ if submit:
|
|
28 |
|
29 |
st.markdown("---")
|
30 |
st.write("Connect with me:")
|
|
|
|
|
31 |
# Define the URLs for the images you want to display
|
32 |
image_urls = {
|
33 |
"kaggle": "https://www.kaggle.com/static/images/site-logo.svg",
|
34 |
-
"linkedin": "
|
35 |
"google_scholar": "URL_TO_YOUR_GOOGLE_SCHOLAR_IMAGE",
|
36 |
"youtube": "URL_TO_YOUR_YOUTUBE_IMAGE",
|
37 |
"github": "URL_TO_YOUR_GITHUB_IMAGE"
|
|
|
28 |
|
29 |
st.markdown("---")
|
30 |
st.write("Connect with me:")
|
31 |
+
kaggle, linkedin, google_scholar, youtube, github = st.columns(5)
|
32 |
+
|
33 |
# Define the URLs for the images you want to display
|
34 |
image_urls = {
|
35 |
"kaggle": "https://www.kaggle.com/static/images/site-logo.svg",
|
36 |
+
"linkedin": "https://media.licdn.com/dms/image/D4E10AQGEG4dnArk84Q/image-shrink_1280/0/1709719491267?e=1712952000&v=beta&t=n5TRDe586h-3EEPLlepsBoyvTcA2OJgw9VSuYNYRQ2U",
|
37 |
"google_scholar": "URL_TO_YOUR_GOOGLE_SCHOLAR_IMAGE",
|
38 |
"youtube": "URL_TO_YOUR_YOUTUBE_IMAGE",
|
39 |
"github": "URL_TO_YOUR_GITHUB_IMAGE"
|