Spaces:
Runtime error
Runtime error
modify Coder label
Browse files
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="
|
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():
|