Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -448,7 +448,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 960px
|
|
| 448 |
education_other_input = gr.Textbox(label="请填写你的学历", visible=False, interactive=False)
|
| 449 |
submit_info_btn = gr.Button("提交并开始学习样例", variant="primary", interactive=False)
|
| 450 |
|
| 451 |
-
|
|
|
|
|
|
|
| 452 |
sample_dimension_selector = gr.Radio(DIMENSION_TITLES, label="选择学习维度", value=DIMENSION_TITLES[0])
|
| 453 |
with gr.Row():
|
| 454 |
with gr.Column(scale=1):
|
|
|
|
| 448 |
education_other_input = gr.Textbox(label="请填写你的学历", visible=False, interactive=False)
|
| 449 |
submit_info_btn = gr.Button("提交并开始学习样例", variant="primary", interactive=False)
|
| 450 |
|
| 451 |
+
with sample_page:
|
| 452 |
+
|
| 453 |
+
gr.Markdown("## 样例分析\n请选择一个维度进行学习和打分练习。所有维度共用同一个样例音频。")
|
| 454 |
sample_dimension_selector = gr.Radio(DIMENSION_TITLES, label="选择学习维度", value=DIMENSION_TITLES[0])
|
| 455 |
with gr.Row():
|
| 456 |
with gr.Column(scale=1):
|