Spaces:
Runtime error
Runtime error
Update consult_func.py
Browse files- consult_func.py +4 -1
consult_func.py
CHANGED
@@ -408,7 +408,7 @@ def save2(username,password,radio1,radio2,radio3,radio4,radio5,radio6,result1,te
|
|
408 |
return results
|
409 |
|
410 |
#从作答项目获取存储内容
|
411 |
-
def get_info(radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radio9,radio10,result2,text2,result3,text3,):
|
412 |
#radio1,radio2,radio3睡眠情况
|
413 |
|
414 |
#radio4食欲情况
|
@@ -423,5 +423,8 @@ def get_info(radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radi
|
|
423 |
|
424 |
#近期分数与内容
|
425 |
|
|
|
|
|
|
|
426 |
data=[2,3,4,5.0,'该回答的分数',6,7.0,'该回答的文字',8.0,'该回答的文字','最终建议']
|
427 |
return data
|
|
|
408 |
return results
|
409 |
|
410 |
#从作答项目获取存储内容
|
411 |
+
def get_info(radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radio9,radio10,result2,text2,result3,text3,adv):
|
412 |
#radio1,radio2,radio3睡眠情况
|
413 |
|
414 |
#radio4食欲情况
|
|
|
423 |
|
424 |
#近期分数与内容
|
425 |
|
426 |
+
#adv总结建议
|
427 |
+
|
428 |
+
|
429 |
data=[2,3,4,5.0,'该回答的分数',6,7.0,'该回答的文字',8.0,'该回答的文字','最终建议']
|
430 |
return data
|