robertselvam commited on
Commit
51893e1
1 Parent(s): ec31696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -228,9 +228,9 @@ class Resume_Overall:
228
 
229
  with gr.Tab("Job Description"):
230
  with gr.Row():
231
- with gr.Column(scale=0.30):
232
  file_output1 = gr.File(elem_classes="filenameshow")
233
- with gr.Column(scale=0.30):
234
  upload_button1 = gr.UploadButton(
235
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
236
  elem_classes="uploadbutton")
@@ -241,8 +241,9 @@ class Resume_Overall:
241
  output_text1 = gr.Textbox(label="Screening Question")
242
  with gr.TabItem("Generate JD"):
243
  with gr.Row():
244
- with gr.Column(elem_id="col-container", scale=0.50):
245
  rolls = gr.Textbox(label="Role")
 
246
  experience = gr.Textbox(label="Experience")
247
  with gr.Row(elem_id="col-container"):
248
  get_jd_btn = gr.Button("Generate JD")
 
228
 
229
  with gr.Tab("Job Description"):
230
  with gr.Row():
231
+ with gr.Column(elem_id="col-container"):
232
  file_output1 = gr.File(elem_classes="filenameshow")
233
+ with gr.Column(elem_id="col-container"):
234
  upload_button1 = gr.UploadButton(
235
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
236
  elem_classes="uploadbutton")
 
241
  output_text1 = gr.Textbox(label="Screening Question")
242
  with gr.TabItem("Generate JD"):
243
  with gr.Row():
244
+ with gr.Column(elem_id="col-container", scale=0.60):
245
  rolls = gr.Textbox(label="Role")
246
+ with gr.Column(elem_id="col-container", scale=0.60):
247
  experience = gr.Textbox(label="Experience")
248
  with gr.Row(elem_id="col-container"):
249
  get_jd_btn = gr.Button("Generate JD")