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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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(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")
@@ -242,9 +242,9 @@ class Resume_Overall:
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")
250
  with gr.Row(elem_id="col-container"):
 
228
 
229
  with gr.Tab("Job Description"):
230
  with gr.Row():
231
+ with gr.Column(elem_id="col-container",scale=0.60):
232
  file_output1 = gr.File(elem_classes="filenameshow")
233
+ with gr.Column(elem_id="col-container",scale=0.60):
234
  upload_button1 = gr.UploadButton(
235
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
236
  elem_classes="uploadbutton")
 
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",scale=0.60)
246
  with gr.Column(elem_id="col-container", scale=0.60):
247
+ experience = gr.Textbox(label="Experience",scale=0.60)
248
  with gr.Row(elem_id="col-container"):
249
  get_jd_btn = gr.Button("Generate JD")
250
  with gr.Row(elem_id="col-container"):