Heyyaha commited on
Commit
72247f1
·
verified ·
1 Parent(s): d739019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def build_ui():
59
 
60
  comment = gr.Textbox(lines=4, label="📝 请对选择的方案填写选择理由或批注该方案的优缺点")
61
 
62
- user_solution = gr.Textbox(lines=6, label="📄 或者填写你自己的解决方案(可选)")
63
 
64
 
65
  submit = gr.Button("✅ 提交 RLHF 数据")
 
59
 
60
  comment = gr.Textbox(lines=4, label="📝 请对选择的方案填写选择理由或批注该方案的优缺点")
61
 
62
+ user_solution = gr.Textbox(lines=6, label="📄 填写你自己的解决方案(可选)")
63
 
64
 
65
  submit = gr.Button("✅ 提交 RLHF 数据")