Liusuthu commited on
Commit
66bda0b
·
verified ·
1 Parent(s): a18aa53

Update user_center.py

Browse files
Files changed (1) hide show
  1. user_center.py +2 -2
user_center.py CHANGED
@@ -85,7 +85,7 @@ def clear_info():
85
 
86
 
87
  with gr.Blocks() as user_center:
88
- with gr.Tab("查询历史")
89
  with gr.Row():
90
  gr.HTML("<h3 style='text-align:center;'>输入账号密码查看个人历史记录</h3>")
91
  with gr.Row():
@@ -97,7 +97,7 @@ with gr.Blocks() as user_center:
97
  login_button1 = gr.Button("登录")
98
  with gr.Column(scale=1):
99
  output_info1 = gr.Textbox(label="输出", lines=5)
100
- with gr.Tab("清空数据")
101
  with gr.Row():
102
  gr.HTML("<h3 style='text-align:center;'>输入账号密码清空个人历史记录与账号</h3>")
103
  with gr.Row():
 
85
 
86
 
87
  with gr.Blocks() as user_center:
88
+ with gr.Tab("查询历史"):
89
  with gr.Row():
90
  gr.HTML("<h3 style='text-align:center;'>输入账号密码查看个人历史记录</h3>")
91
  with gr.Row():
 
97
  login_button1 = gr.Button("登录")
98
  with gr.Column(scale=1):
99
  output_info1 = gr.Textbox(label="输出", lines=5)
100
+ with gr.Tab("清空数据"):
101
  with gr.Row():
102
  gr.HTML("<h3 style='text-align:center;'>输入账号密码清空个人历史记录与账号</h3>")
103
  with gr.Row():