raghuv-aditya commited on
Commit
2b23771
·
verified ·
1 Parent(s): a2fb02a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,9 +38,9 @@ button {background-color: orange !important; color: white !important;}
38
  #input_text, #output_text {margin-bottom: 20px;}
39
  """) as demo:
40
  gr.Markdown("""
41
- # Fast Course Recommendation Agent (Compact Version)
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
 
45
  ### How It Works
46
  The compact chatbot quickly searches through a stored database of pre-scraped courses, avoiding the need to scrape new data each time. This approach allows you to receive highly relevant course recommendations almost instantly. Just enter your area of interest (e.g., “data science” or “AI”), and let the compact chatbot do the rest!
 
38
  #input_text, #output_text {margin-bottom: 20px;}
39
  """) as demo:
40
  gr.Markdown("""
41
+ # 🚀 Fast Course Recommendation Agent (Compact Version)
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
 
45
  ### How It Works
46
  The compact chatbot quickly searches through a stored database of pre-scraped courses, avoiding the need to scrape new data each time. This approach allows you to receive highly relevant course recommendations almost instantly. Just enter your area of interest (e.g., “data science” or “AI”), and let the compact chatbot do the rest!