yihaochen2002
commited on
Commit
•
5422f92
1
Parent(s):
8fafcd4
Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,7 @@ def main():
|
|
108 |
gr.Markdown("# Course Recommendation System - For UIUC fall 2024 semester")
|
109 |
gr.Markdown("This project provides course recommendations using different NLP models. Select a model and enter course details to see recommendations.")
|
110 |
gr.Markdown("Want to know how these models work? Check out the **ABOUT** tab:)")
|
|
|
111 |
with gr.Row():
|
112 |
with gr.Column(scale=2):
|
113 |
gr.Markdown("*Choose the course you want to explore:*" )
|
|
|
108 |
gr.Markdown("# Course Recommendation System - For UIUC fall 2024 semester")
|
109 |
gr.Markdown("This project provides course recommendations using different NLP models. Select a model and enter course details to see recommendations.")
|
110 |
gr.Markdown("Want to know how these models work? Check out the **ABOUT** tab:)")
|
111 |
+
gr.Markdown("*Here are some courses that you may want try: STAT 107 - Data Science Discovery, SOC 100 - Intro to Sociology. Any course that you are interested!!")
|
112 |
with gr.Row():
|
113 |
with gr.Column(scale=2):
|
114 |
gr.Markdown("*Choose the course you want to explore:*" )
|