Spaces:
Sleeping
Sleeping
UI: "Reformatted" -> "Clean verion of"
Browse files- app/app.py +2 -2
app/app.py
CHANGED
@@ -233,8 +233,8 @@ with gr.Blocks(
|
|
233 |
gr.Markdown("## Result")
|
234 |
with gr.Accordion("Reformatting", open=True) as reformat_zone:
|
235 |
with gr.Row():
|
236 |
-
min_jd = gr.TextArea(label="
|
237 |
-
min_cv = gr.TextArea(label="
|
238 |
with gr.Accordion("Expert Zone", open=False) as expert_zone:
|
239 |
debug_CoT = gr.Textbox(label="Chain of Thoughts")
|
240 |
debug_jobapp = gr.Textbox(label="Job application meta data")
|
|
|
233 |
gr.Markdown("## Result")
|
234 |
with gr.Accordion("Reformatting", open=True) as reformat_zone:
|
235 |
with gr.Row():
|
236 |
+
min_jd = gr.TextArea(label="Clean verion of Job Description")
|
237 |
+
min_cv = gr.TextArea(label="Clean verion of CV / Résumé")
|
238 |
with gr.Accordion("Expert Zone", open=False) as expert_zone:
|
239 |
debug_CoT = gr.Textbox(label="Chain of Thoughts")
|
240 |
debug_jobapp = gr.Textbox(label="Job application meta data")
|