Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def stress_chatbot(message, history):
|
|
| 73 |
|
| 74 |
college = gr.ChatInterface(
|
| 75 |
college_chatbot,
|
| 76 |
-
title="
|
| 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.
|
| 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>
|