callanwu commited on
Commit
f138f52
1 Parent(s): 200916c

modify Coder label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ class CodeUI(WebUI):
144
  with gr.Row():
145
  requirement = gr.Textbox(value ="A software company aim to write a mine sweeping game",label="requirement")
146
  with gr.Row():
147
- need_coder = gr.CheckboxGroup(["Coder"],label="Demand for coder")
148
  with gr.Row():
149
  self.target_finish_flag = gr.Label(value = "The process of completing requirement handling is finished.",visible=False)
150
  with gr.Row():
 
144
  with gr.Row():
145
  requirement = gr.Textbox(value ="A software company aim to write a mine sweeping game",label="requirement")
146
  with gr.Row():
147
+ need_coder = gr.CheckboxGroup(["Coder"],label="Please check this option if your multi-agent system aims to produce code.")
148
  with gr.Row():
149
  self.target_finish_flag = gr.Label(value = "The process of completing requirement handling is finished.",visible=False)
150
  with gr.Row():