Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
|
|
| 119 |
|
| 120 |
with gr.Column():
|
| 121 |
job_description = gr.Textbox(
|
| 122 |
-
lines=
|
| 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 |
)
|