kmrmanish commited on
Commit
91bec1a
·
1 Parent(s): 438c423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
 
5
  # Assuming you have 'lpi_df' and 'similarity' defined before this point
6
 
7
- lpi_df = pd.read_csv('https://huggingface.co/spaces/kmrmanish/LPI_Course_Recommendation_System/blob/f273238053ba214e906f36c6e31c047cf5ed6011/Learning_Pathway_Index.csv')
8
 
9
 
10
  st.title('Course Recommendation App')
 
4
 
5
  # Assuming you have 'lpi_df' and 'similarity' defined before this point
6
 
7
+ lpi_df = pd.read_csv('Learning_Pathway_Index.csv')
8
 
9
 
10
  st.title('Course Recommendation App')