Spaces:
Runtime error
Runtime error
Update consult_func.py
Browse files- consult_func.py +2 -1
consult_func.py
CHANGED
@@ -69,8 +69,9 @@ def advice(
|
|
69 |
print("最终得分:",final_score)
|
70 |
|
71 |
return (
|
|
|
72 |
gr.Markdown(visible=True),
|
73 |
-
|
74 |
gr.Textbox(
|
75 |
value="你"
|
76 |
+ symptoms
|
|
|
69 |
print("最终得分:",final_score)
|
70 |
|
71 |
return (
|
72 |
+
gr.Column(visible=True),
|
73 |
gr.Markdown(visible=True),
|
74 |
+
str(final_score),
|
75 |
gr.Textbox(
|
76 |
value="你"
|
77 |
+ symptoms
|