cxumol commited on
Commit
a6b89f7
·
1 Parent(s): e0f6e72

UI: "Reformatted" -> "Clean verion of"

Browse files
Files changed (1) hide show
  1. 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="Reformatted Job Description")
237
- min_cv = gr.TextArea(label="Reformatted 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")
 
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")