jonathanjordan21 commited on
Commit
3dae1ad
·
verified ·
1 Parent(s): 271898d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
119
 
120
  with gr.Column():
121
  job_description = gr.Textbox(
122
- lines=7,
123
  placeholder="Paste Resume here...",
124
  label="CV / Resume"
125
  )
@@ -130,7 +130,7 @@ with gr.Blocks() as demo:
130
  # )
131
  output = gr.JSON(show_indices=True, label="Parsing Output", show_label=True)
132
  thinking_output = gr.Textbox(
133
- lines=10,
134
  label="Thinking Result",
135
  interactive=False
136
  )
 
119
 
120
  with gr.Column():
121
  job_description = gr.Textbox(
122
+ lines=8,
123
  placeholder="Paste Resume here...",
124
  label="CV / Resume"
125
  )
 
130
  # )
131
  output = gr.JSON(show_indices=True, label="Parsing Output", show_label=True)
132
  thinking_output = gr.Textbox(
133
+ lines=6,
134
  label="Thinking Result",
135
  interactive=False
136
  )