Update app.py
Browse files
app.py
CHANGED
|
@@ -528,11 +528,11 @@ def predict(message, history):
|
|
| 528 |
post_career_detail_asked = True
|
| 529 |
|
| 530 |
return detail_msg + "\n\n我还可以针对以下三方面提供更深入的分析建议:" \
|
| 531 |
-
|
| 532 |
-
|
| 533 |
-
|
| 534 |
-
|
| 535 |
-
|
| 536 |
else:
|
| 537 |
return "无效的选项,请重新输入1/2/3或'换'"
|
| 538 |
elif choice == "换":
|
|
|
|
| 528 |
post_career_detail_asked = True
|
| 529 |
|
| 530 |
return detail_msg + "\n\n我还可以针对以下三方面提供更深入的分析建议:" \
|
| 531 |
+
"\n- A:专业/选课 & 求职方向" \
|
| 532 |
+
"\n- B:本校资源利用建议" \
|
| 533 |
+
"\n- C:实习 & networking 积累" \
|
| 534 |
+
"\n如果你想查看其中一个或多个,请输入 A / B / C / AB / BC / AC / ABC" \
|
| 535 |
+
"\n如果都不需要,请回复'不需要'。"
|
| 536 |
else:
|
| 537 |
return "无效的选项,请重新输入1/2/3或'换'"
|
| 538 |
elif choice == "换":
|