Spaces:
Runtime error
Runtime error
Update consult_func.py
Browse files- consult_func.py +1 -1
consult_func.py
CHANGED
@@ -70,7 +70,7 @@ def advice(
|
|
70 |
|
71 |
return (
|
72 |
gr.Markdown(visible=True),
|
73 |
-
gr.Textbox(final_score,visible=True)
|
74 |
gr.Textbox(
|
75 |
value="你"
|
76 |
+ symptoms
|
|
|
70 |
|
71 |
return (
|
72 |
gr.Markdown(visible=True),
|
73 |
+
gr.Textbox(value=str(final_score),visible=True)
|
74 |
gr.Textbox(
|
75 |
value="你"
|
76 |
+ symptoms
|