raghuv-aditya commited on
Commit
e8d230f
·
verified ·
1 Parent(s): 68406a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- # 🚀 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
 
 
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