robertselvam commited on
Commit
59fed38
1 Parent(s): 511f751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -229,15 +229,14 @@ class Resume_Overall:
229
  with gr.Tab("Job Description"):
230
  with gr.Row():
231
  with gr.Column(elem_id="col-container"):
232
- gr.HTML("""<center><h1>Resume</h1></center>""")
233
  file_output1 = gr.File(elem_classes="filenameshow")
234
  upload_button1 = gr.UploadButton(
235
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
236
  elem_classes="uploadbutton")
237
  with gr.TabItem("Screening Question"):
238
- with gr.Row():
239
  jd_btn = gr.Button(value="Submit")
240
- with gr.Row():
241
  output_text1 = gr.Textbox(label="Screening Question")
242
  with gr.TabItem("Generate JD"):
243
  with gr.Row():
 
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
  upload_button1 = gr.UploadButton(
234
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
235
  elem_classes="uploadbutton")
236
  with gr.TabItem("Screening Question"):
237
+ with gr.Row(elem_id="col-container"):
238
  jd_btn = gr.Button(value="Submit")
239
+ with gr.Row(elem_id="col-container"):
240
  output_text1 = gr.Textbox(label="Screening Question")
241
  with gr.TabItem("Generate JD"):
242
  with gr.Row():