Liusuthu commited on
Commit
a38e7a8
1 Parent(s): 3be78c2

Update consult.py

Browse files
Files changed (1) hide show
  1. consult.py +1 -1
consult.py CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks() as consult:
298
 
299
  with gr.Column(visible=False) as save:
300
  with gr.Row():
301
- gr.HTML("<h3 style='text-align:center;'>输入账号密码保存本次检测数据</h3>")
302
  with gr.Row():
303
  with gr.Column(scale=1):
304
  input_name = gr.Textbox(label="用户名",interactive=True)
 
298
 
299
  with gr.Column(visible=False) as save:
300
  with gr.Row():
301
+ gr.HTML("<h3 style='text-align:center;'>输入账号密码保存本次检测数据</h3><p style='text-align:center;'>若首次使用,输入账号密码后自动创建账户</p>")
302
  with gr.Row():
303
  with gr.Column(scale=1):
304
  input_name = gr.Textbox(label="用户名",interactive=True)