orrinin commited on
Commit
7a5b1df
·
verified ·
1 Parent(s): 89f52a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def main(text_input="", image_input=None, unit=""):
116
  elif image_input is not None:
117
  return process_image(image_input, unit)
118
 
119
- with gr.Blocks(css=css, title="家庭医生AI助手") as iface:
120
  with gr.Accordion(""):
121
  gr.Markdown(DESCRIPTION)
122
  unit = gr.Dropdown(label="🩺科室", value='中医科', elem_id="units",
 
116
  elif image_input is not None:
117
  return process_image(image_input, unit)
118
 
119
+ with gr.Blocks(css=css, title="家庭医生AI助手", theme="soft") as iface:
120
  with gr.Accordion(""):
121
  gr.Markdown(DESCRIPTION)
122
  unit = gr.Dropdown(label="🩺科室", value='中医科', elem_id="units",