Liusuthu commited on
Commit
2e6b268
·
verified ·
1 Parent(s): 43e151d

Update consult_func.py

Browse files
Files changed (1) hide show
  1. 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