rushankg commited on
Commit
7067462
·
1 Parent(s): 9f07785

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.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? Enter DiscoverCourses. Just pick a course and get dozens of similarly interesting recommendations based on its title or description.")
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)