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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=8,
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",