Update app.py
Browse files
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('
|
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')
|