orrinin commited on
Commit
52cceda
·
verified ·
1 Parent(s): 2369fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,8 +131,8 @@ with gr.Blocks(theme='shivi/calm_seafoam', css=css, title="知觉demo") as iface
131
  with gr.Accordion(""):
132
  gr.Markdown(DESCRIPTION)
133
  unit = gr.Dropdown(label="领域", value='财经', elem_id="units",
134
- choices=["财经", "市场", "产业", "国际关系", "医疗", \
135
- "SEO", "评估", "科技", "策划", "营销"])
136
  with gr.Row():
137
  output_box = gr.Markdown(label="分析") # Create an output textbox
138
  with gr.Row():
 
131
  with gr.Accordion(""):
132
  gr.Markdown(DESCRIPTION)
133
  unit = gr.Dropdown(label="领域", value='财经', elem_id="units",
134
+ choices=["财经", "法律", "政治", "体育", "医疗", \
135
+ "SEO", "评估", "科技", "交通", "行情"])
136
  with gr.Row():
137
  output_box = gr.Markdown(label="分析") # Create an output textbox
138
  with gr.Row():