Liusuthu commited on
Commit
e5d3159
·
verified ·
1 Parent(s): 3a027da

Update consult_func.py

Browse files
Files changed (1) hide show
  1. 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
- gr.Textbox(value=str(final_score),visible=True)
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