Spaces:
Running
Running
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.write('')
|
31 |
-
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?
|
32 |
st.write('')
|
33 |
|
34 |
selected_course = st.selectbox('Pick a course from the dropdown (or click on it and start typing to search).',course_title_list)
|
|
|
28 |
st.set_page_config(page_title='DiscoverCourses', page_icon=':bird:')
|
29 |
st.header('DiscoverCourses')
|
30 |
st.write('')
|
31 |
+
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? \nEnter DiscoverCourses. Just pick a course and get dozens of recommendations for similar courses based on titles or descriptions.")
|
32 |
st.write('')
|
33 |
|
34 |
selected_course = st.selectbox('Pick a course from the dropdown (or click on it and start typing to search).',course_title_list)
|