ImranzamanML commited on
Commit
a4db919
β€’
1 Parent(s): 7632d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -25,3 +25,12 @@ if submit:
25
  right_column.error(f'An error occurred: {e}', icon='🚨')
26
  else:
27
  right_column.error('Please enter your OpenAI key and Query both!', icon="🚨")
 
 
 
 
 
 
 
 
 
 
25
  right_column.error(f'An error occurred: {e}', icon='🚨')
26
  else:
27
  right_column.error('Please enter your OpenAI key and Query both!', icon="🚨")
28
+
29
+ # Add social media links
30
+ st.markdown("---")
31
+ st.write("Connect with me on social media:")
32
+ st.markdown("[Kaggle](https://www.kaggle.com/muhammadimran112233)")
33
+ st.markdown("[LinkedIn](https://www.linkedin.com/in/muhammad-imran-zaman)")
34
+ st.markdown("[Google Scholar](https://scholar.google.com/citations?user=ulVFpy8AAAAJ&hl=en)")
35
+ st.markdown("[YouTube](https://www.youtube.com/@consolioo)")
36
+ st.markdown("[GitHub](https://github.com/Imran-ml)")