Polka Kakamond commited on
Commit
b907431
·
verified ·
1 Parent(s): d099204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,5 +77,5 @@ if __name__ == "__main__":
77
  ],
78
  title="随机对照试验随机数生成器<br>Randomized Controlled Trial Generator",
79
  description="输入参与者数量和分组比率,格式为用:隔开的数字,生成随机分组数据。<br>Enter the number of participants and the grouping ratio in the format of numbers separated by : to generate randomized grouping data.",
80
- allow_flagging=False,
81
  ).launch()
 
77
  ],
78
  title="随机对照试验随机数生成器<br>Randomized Controlled Trial Generator",
79
  description="输入参与者数量和分组比率,格式为用:隔开的数字,生成随机分组数据。<br>Enter the number of participants and the grouping ratio in the format of numbers separated by : to generate randomized grouping data.",
80
+ flagging_mode="never",
81
  ).launch()