rushankg commited on
Commit
a906503
·
1 Parent(s): bd698d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,10 +29,11 @@ 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
 
33
  selected_course = st.selectbox('Pick a course from the dropdown (or click on it and start typing to search).',course_title_list)
34
  #st.write("Description: "+coursedf.iloc[np.where((coursedf['ref']+": "+coursedf['title'])==selected_course)[0][0],3])
35
- st.write('')
36
 
37
  container = st.container()
38
  maincol1, maincol2 = container.columns(2)
 
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)
35
  #st.write("Description: "+coursedf.iloc[np.where((coursedf['ref']+": "+coursedf['title'])==selected_course)[0][0],3])
36
+ #st.write('')
37
 
38
  container = st.container()
39
  maincol1, maincol2 = container.columns(2)