Spaces:
Running
Running
Polka Kakamond
commited on
Update app.py
Browse files
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 |
-
|
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()
|