robertselvam commited on
Commit
06ad49c
1 Parent(s): c6a6642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -152,7 +152,8 @@ class Resume_Overall:
152
  file_output = gr.File(elem_classes="filenameshow")
153
  upload_button = gr.UploadButton(
154
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
155
- elem_classes="filenameshow")
 
156
  with gr.TabItem("Designation"):
157
  btn = gr.Button(value="Submit")
158
  output_text = gr.Textbox(label="Designation List")
@@ -171,6 +172,7 @@ class Resume_Overall:
171
  analyse_resume.click(self.skill_response, [upload_button], result)
172
  btn.click(self.job_list_interface, upload_button, output_text)
173
  analyse.click(self.summary_response, [upload_button], summary_result)
 
174
  with gr.Tabs("Job Description"):
175
  with gr.Row():
176
  with gr.Column(elem_id="col-container"):
@@ -178,7 +180,8 @@ class Resume_Overall:
178
  file_output1 = gr.File(elem_classes="filenameshow")
179
  upload_button1 = gr.UploadButton(
180
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
181
- elem_classes="filenameshow")
 
182
  with gr.TabItem("Designation"):
183
  btn1 = gr.Button(value="Submit")
184
  output_text1 = gr.Textbox(label="Designation List")
 
152
  file_output = gr.File(elem_classes="filenameshow")
153
  upload_button = gr.UploadButton(
154
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
155
+ elem_classes="uploadbutton")
156
+ with gr.Row():
157
  with gr.TabItem("Designation"):
158
  btn = gr.Button(value="Submit")
159
  output_text = gr.Textbox(label="Designation List")
 
172
  analyse_resume.click(self.skill_response, [upload_button], result)
173
  btn.click(self.job_list_interface, upload_button, output_text)
174
  analyse.click(self.summary_response, [upload_button], summary_result)
175
+
176
  with gr.Tabs("Job Description"):
177
  with gr.Row():
178
  with gr.Column(elem_id="col-container"):
 
180
  file_output1 = gr.File(elem_classes="filenameshow")
181
  upload_button1 = gr.UploadButton(
182
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
183
+ elem_classes="filenameshow")
184
+ with gr.Row():
185
  with gr.TabItem("Designation"):
186
  btn1 = gr.Button(value="Submit")
187
  output_text1 = gr.Textbox(label="Designation List")