Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ user_profile = {
|
|
| 20 |
|
| 21 |
|
| 22 |
base_questions = [
|
| 23 |
-
("mode", "Do you have any preferred future plans?\n- if yes, reply'Y'(Backward Mode)\n- if NO,reply'
|
| 24 |
]
|
| 25 |
|
| 26 |
|
|
@@ -823,7 +823,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 823 |
width='200'
|
| 824 |
style='border-radius: 12px; box-shadow: 0 0 10px #3b82f6;'>
|
| 825 |
<div style='text-align: left;'>
|
| 826 |
-
<h1 style='color:White; font-size: 36px; margin-bottom: 6px;'>🎓
|
| 827 |
<p style='font-size: 18px; font-weight:bold; color:#3b82f6; margin-top: 0; margin-left:150px'>
|
| 828 |
Hi! Let's Make the Dream Come True 💙
|
| 829 |
</p>
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
base_questions = [
|
| 23 |
+
("mode", "Do you have any preferred future plans?\n- if yes, reply'Y'(Backward Mode)\n- if NO,reply'N'(Forward Mode)")
|
| 24 |
]
|
| 25 |
|
| 26 |
|
|
|
|
| 823 |
width='200'
|
| 824 |
style='border-radius: 12px; box-shadow: 0 0 10px #3b82f6;'>
|
| 825 |
<div style='text-align: left;'>
|
| 826 |
+
<h1 style='color:White; font-size: 36px; margin-bottom: 6px;'>🎓 Explora:AI Career Exploration Assistant</h1>
|
| 827 |
<p style='font-size: 18px; font-weight:bold; color:#3b82f6; margin-top: 0; margin-left:150px'>
|
| 828 |
Hi! Let's Make the Dream Come True 💙
|
| 829 |
</p>
|