kmrmanish commited on
Commit
84389e5
·
1 Parent(s): d7c2b1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ similarity = cosine_similarity(combined_features)
54
 
55
 
56
 
57
- st.title('Course Recommendation App')
58
 
59
  user_input = st.text_input('Enter What You Want to Learn : ')
60
 
 
54
 
55
 
56
 
57
+ st.title('Learning Pathway Index Course Recommendation')
58
 
59
  user_input = st.text_input('Enter What You Want to Learn : ')
60