Spaces:
Runtime error
Runtime error
Update scale.py
Browse files
scale.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks() as scale:
|
|
116 |
save_btn = gr.Button("保存本次检测数据")
|
117 |
with gr.Column(visible=False) as save:
|
118 |
with gr.Row():
|
119 |
-
gr.HTML("<h3 style='text-align:center;'>输入账号密码保存本次检测数据</h3>")
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=1):
|
122 |
input_name = gr.Textbox(label="用户名",interactive=True)
|
|
|
116 |
save_btn = gr.Button("保存本次检测数据")
|
117 |
with gr.Column(visible=False) as save:
|
118 |
with gr.Row():
|
119 |
+
gr.HTML("<h3 style='text-align:center;'>输入账号密码保存本次检测数据</h3><p style='text-align:center;'>若首次使用,输入账号密码后自动创建账户</p>")
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=1):
|
122 |
input_name = gr.Textbox(label="用户名",interactive=True)
|