ImranzamanML commited on
Commit
c621b0b
1 Parent(s): 51f667c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -27,16 +27,16 @@ if submit:
27
  right_column.error('Please enter your OpenAI key and Query both!', icon="🚨")
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"
40
  }
41
 
42
  social_links = {
 
27
  right_column.error('Please enter your OpenAI key and Query both!', icon="🚨")
28
 
29
  st.markdown("---")
30
+ st.write("Happy to Connect:")
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": "https://scholar.google.com/intl/en/scholar/images/2x/scholar_logo_64dp.png",
38
+ "youtube": "https://www.gstatic.com/youtube/img/promos/growth/6ec9146c991b0f08d4055a2d31467ec95e745d872a25f7183739d64116e5b64d_244x112.webp",
39
+ "github": "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"
40
  }
41
 
42
  social_links = {