Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,8 @@ button {background-color: orange !important; color: white !important;}
|
|
| 38 |
#input_text, #output_text {margin-bottom: 20px;}
|
| 39 |
""") as demo:
|
| 40 |
gr.Markdown("""
|
| 41 |
-
|
|
|
|
| 42 |
|
| 43 |
Welcome to the **Compact Course Recommendation Chatbot**! This version is designed to provide lightning-fast course suggestions—**20x faster** than the full version—by working directly with a curated dataset of pre-scraped course information from Analytics Vidhya.
|
| 44 |
|
|
|
|
| 38 |
#input_text, #output_text {margin-bottom: 20px;}
|
| 39 |
""") as demo:
|
| 40 |
gr.Markdown("""
|
| 41 |
+
|
| 42 |
+
# 🚀 Fast Course Recommendation Agent (Compact Version)
|
| 43 |
|
| 44 |
Welcome to the **Compact Course Recommendation Chatbot**! This version is designed to provide lightning-fast course suggestions—**20x faster** than the full version—by working directly with a curated dataset of pre-scraped course information from Analytics Vidhya.
|
| 45 |
|