robertselvam commited on
Commit
7ee5708
1 Parent(s): 7adefb0

Update app.py

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