intersteller2887 commited on
Commit
0a8ae6e
·
verified ·
1 Parent(s): f7df3ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -452,7 +452,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 960px
452
  with info_page:
453
  gr.Markdown("## 请提供一些基本信息")
454
 
455
- username_input = gr.Textbox(label="用户名"0, placeholder="请输入你的昵称")
456
 
457
  age_input = gr.Radio(["18岁以下", "18-25岁", "26-35岁", "36-50岁", "50岁以上"], label="年龄")
458
  gender_input = gr.Radio(["男", "女", "其他"], label="性别")
 
452
  with info_page:
453
  gr.Markdown("## 请提供一些基本信息")
454
 
455
+ username_input = gr.Textbox(label="用户名", placeholder="请输入你的昵称")
456
 
457
  age_input = gr.Radio(["18岁以下", "18-25岁", "26-35岁", "36-50岁", "50岁以上"], label="年龄")
458
  gender_input = gr.Radio(["男", "女", "其他"], label="性别")