Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ def recommend(index):
|
|
28 |
|
29 |
st.set_page_config(page_title='DiscoverCourses', page_icon=':bird:')
|
30 |
st.header('DiscoverCourses')
|
|
|
31 |
st.write('')
|
32 |
st.write("Do you like the tech + social impact focus of CS51? Excited by film-centered courses like FILMEDIA245B? Saw a cool study-abroad course (OSPISTAN76) and want to study that topic on campus?")
|
33 |
st.write('')
|
|
|
28 |
|
29 |
st.set_page_config(page_title='DiscoverCourses', page_icon=':bird:')
|
30 |
st.header('DiscoverCourses')
|
31 |
+
st.subheader('Course recommendations based on cosine similarity between vector embeddings of lemmatized text')
|
32 |
st.write('')
|
33 |
st.write("Do you like the tech + social impact focus of CS51? Excited by film-centered courses like FILMEDIA245B? Saw a cool study-abroad course (OSPISTAN76) and want to study that topic on campus?")
|
34 |
st.write('')
|