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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
119
 
120
  with gr.Column():
121
  job_description = gr.Textbox(
122
- lines=8,
123
  placeholder="Paste Resume here...",
124
  label="CV / Resume"
125
  )
 
119
 
120
  with gr.Column():
121
  job_description = gr.Textbox(
122
+ lines=16,
123
  placeholder="Paste Resume here...",
124
  label="CV / Resume"
125
  )