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 |
)
|
|
@@ -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=
|
| 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 |
)
|