Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ except Exception as e:
|
|
| 33 |
|
| 34 |
# Main function for Streamlit app
|
| 35 |
def main():
|
| 36 |
-
st.title("
|
| 37 |
|
| 38 |
# List of questions for the user
|
| 39 |
questions = [
|
|
|
|
| 33 |
|
| 34 |
# Main function for Streamlit app
|
| 35 |
def main():
|
| 36 |
+
st.title("Personalized Course Recommendation System")
|
| 37 |
|
| 38 |
# List of questions for the user
|
| 39 |
questions = [
|