robertselvam commited on
Commit
ba80355
·
1 Parent(s): 59fed38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -240,9 +240,9 @@ class Resume_Overall:
240
  output_text1 = gr.Textbox(label="Screening Question")
241
  with gr.TabItem("Generate JD"):
242
  with gr.Row():
243
- with gr.Column(elem_id="col-container"):
244
  rolls = gr.Textbox(label="Role")
245
- with gr.Column(elem_id="col-container"):
246
  experience = gr.Textbox(label="Experience")
247
  with gr.Row(elem_id="col-container"):
248
  get_jd_btn = gr.Button("Generate JD")
 
240
  output_text1 = gr.Textbox(label="Screening Question")
241
  with gr.TabItem("Generate JD"):
242
  with gr.Row():
243
+ with gr.Column(elem_id="col-container", scale=0.50):
244
  rolls = gr.Textbox(label="Role")
245
+ with gr.Column(elem_id="col-container", scale=0.50):
246
  experience = gr.Textbox(label="Experience")
247
  with gr.Row(elem_id="col-container"):
248
  get_jd_btn = gr.Button("Generate JD")