Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Mei-Ruan
/
rct_generator
like
25
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
admin
commited on
Jul 22, 2025
Commit
9bcc5e1
·
1 Parent(s):
1bb1c3c
add title
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -88,4 +88,5 @@ if __name__ == "__main__":
88
gr.Dataframe(label=_L("随机分组数据预览")),
89
],
90
flagging_mode="never",
91
).launch()
88
gr.Dataframe(label=_L("随机分组数据预览")),
89
],
90
flagging_mode="never",
91
+
title=_L("随机对照试验生成")
92
).launch()