Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,13 +116,13 @@ with gr.Blocks() as demo:
|
|
| 116 |
|
| 117 |
json_display = gr.JSON(value=initial_parsing, label="Parsing Categories", show_label=True)
|
| 118 |
delete_json_button.click(delete_json, inputs=[json_display, category_delete], outputs=json_display)
|
|
|
|
|
|
|
| 119 |
job_description = gr.Textbox(
|
| 120 |
-
lines=
|
| 121 |
placeholder="Paste Resume here...",
|
| 122 |
label="CV / Resume"
|
| 123 |
)
|
| 124 |
-
|
| 125 |
-
with gr.Column():
|
| 126 |
# output = gr.Textbox(
|
| 127 |
# lines=10,
|
| 128 |
# label="JSON Result",
|
|
|
|
| 116 |
|
| 117 |
json_display = gr.JSON(value=initial_parsing, label="Parsing Categories", show_label=True)
|
| 118 |
delete_json_button.click(delete_json, inputs=[json_display, category_delete], outputs=json_display)
|
| 119 |
+
|
| 120 |
+
with gr.Column():
|
| 121 |
job_description = gr.Textbox(
|
| 122 |
+
lines=7,
|
| 123 |
placeholder="Paste Resume here...",
|
| 124 |
label="CV / Resume"
|
| 125 |
)
|
|
|
|
|
|
|
| 126 |
# output = gr.Textbox(
|
| 127 |
# lines=10,
|
| 128 |
# label="JSON Result",
|