Spaces:
Runtime error
Runtime error
Update consult_func.py
Browse files- consult_func.py +1 -1
consult_func.py
CHANGED
@@ -65,7 +65,7 @@ def advice(
|
|
65 |
if advice1(radio1, radio2, radio3) == "不存在" and advice2(radio4) != "不存在":
|
66 |
symptoms = "不存在睡眠问题,存在" + advice2(radio4) + "问题且"
|
67 |
|
68 |
-
final_score=result2+result3
|
69 |
print("最终得分:",final_score)
|
70 |
|
71 |
return (
|
|
|
65 |
if advice1(radio1, radio2, radio3) == "不存在" and advice2(radio4) != "不存在":
|
66 |
symptoms = "不存在睡眠问题,存在" + advice2(radio4) + "问题且"
|
67 |
|
68 |
+
final_score=result1+result2+result3
|
69 |
print("最终得分:",final_score)
|
70 |
|
71 |
return (
|