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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ if maincol2.button('Discover by description',use_container_width=True):
63
  st.write(coursedf.iloc[index,3]) #Using the new coursedf because it has proper descriptions for each course
64
  link1 = "[ExploreCourses ↗](https://explorecourses.stanford.edu/search?q="+course_id+"+"+result.replace(" ","+")+")"
65
  link2 = "[Carta ↗](https://carta-beta.stanford.edu/results/"+course_id+")"
66
- st.markdown("<span style='color:white'>"+link1+" "+link2+"</span>", unsafe_allow_html=True)
67
  st.divider()
68
 
69
  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.')
 
63
  st.write(coursedf.iloc[index,3]) #Using the new coursedf because it has proper descriptions for each course
64
  link1 = "[ExploreCourses ↗](https://explorecourses.stanford.edu/search?q="+course_id+"+"+result.replace(" ","+")+")"
65
  link2 = "[Carta ↗](https://carta-beta.stanford.edu/results/"+course_id+")"
66
+ st.markdown(":white["+link1+" "+link2+"]", unsafe_allow_html=True)
67
  st.divider()
68
 
69
  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.')