Spaces:
Sleeping
Sleeping
Commit ·
0eddb80
1
Parent(s): 38b4374
title change
Browse files
app.py
CHANGED
|
@@ -163,9 +163,9 @@ def gene_talent_radar(resume, jd):
|
|
| 163 |
return draw_radar_chart(score_list, cat_list), json_res["打分理由"]
|
| 164 |
|
| 165 |
|
| 166 |
-
with gr.Blocks(title="
|
| 167 |
-
gr.Markdown("#
|
| 168 |
-
gr.Markdown("
|
| 169 |
with gr.Tab("岗位JD生成器"):
|
| 170 |
with gr.Row():
|
| 171 |
with gr.Column():
|
|
|
|
| 163 |
return draw_radar_chart(score_list, cat_list), json_res["打分理由"]
|
| 164 |
|
| 165 |
|
| 166 |
+
with gr.Blocks(title="HRMaster", theme="soft") as demo:
|
| 167 |
+
gr.Markdown("# HRMaster")
|
| 168 |
+
gr.Markdown("HRMaster usage demo.")
|
| 169 |
with gr.Tab("岗位JD生成器"):
|
| 170 |
with gr.Row():
|
| 171 |
with gr.Column():
|