Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|