Spaces:
Runtime error
Runtime error
ImranzamanML
commited on
Commit
•
c621b0b
1
Parent(s):
51f667c
Update app.py
Browse files
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("
|
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": "
|
38 |
-
"youtube": "
|
39 |
-
"github": "
|
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 = {
|