rushankg commited on
Commit
bc648c2
·
1 Parent(s): 4ec5d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def recommend(index):
28
  st.set_page_config(page_title='DiscoverCourses', page_icon=':bird:')
29
  st.header('DiscoverCourses')
30
  st.markdown('#')
31
- #st.write('© 2023 Rushank Goyal. All rights reserved.')
32
 
33
  selected_course = st.selectbox('Pick a course from the dropdown:',course_title_list)
34
 
 
28
  st.set_page_config(page_title='DiscoverCourses', page_icon=':bird:')
29
  st.header('DiscoverCourses')
30
  st.markdown('#')
31
+ st.write('© 2023 Rushank Goyal. All rights reserved. Source for the all-MiniLM-L6-v2 model: Wang, Wenhui, et al. "MiniLM: Deep Self-Attention Distillation for Task-Agnostic Compression of Pre-Trained Transformers." arXiv, 25 Feb. 2020, doi:10.48550/arXiv.2002.10957.')
32
 
33
  selected_course = st.selectbox('Pick a course from the dropdown:',course_title_list)
34