yogarajas commited on
Commit
ca49420
Β·
verified Β·
1 Parent(s): 775c457
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,7 +73,7 @@ def stress_chatbot(message, history):
73
 
74
  college = gr.ChatInterface(
75
  college_chatbot,
76
- title=" πŸŽ“ College Guidance πŸŽ“",
77
  description="Personalized college recommendations based on your interests.",
78
  textbox=gr.Textbox(placeholder="Ask Me Anything..."),
79
  examples=[
@@ -115,7 +115,7 @@ with gr.Blocks(theme=custom_theme) as demo:
115
  <h1 class="glow">Hi, I'm CASP! πŸ’—</h1>
116
 
117
  <p style="font-size:18px; max-width:600px; margin:0 auto; color:#ff69b4;">
118
- I'm your AI college, summer program, and stress advisor. I help you find schools that fit you, discover opportunities, and stay on track during the application process.
119
  </p>
120
 
121
  </div>
 
73
 
74
  college = gr.ChatInterface(
75
  college_chatbot,
76
+ title="πŸŽ“ College Guidance πŸŽ“",
77
  description="Personalized college recommendations based on your interests.",
78
  textbox=gr.Textbox(placeholder="Ask Me Anything..."),
79
  examples=[
 
115
  <h1 class="glow">Hi, I'm CASP! πŸ’—</h1>
116
 
117
  <p style="font-size:18px; max-width:600px; margin:0 auto; color:#ff69b4;">
118
+ I'm your AI college, summer program, and stress advisor.
119
  </p>
120
 
121
  </div>