kylezhao101 commited on
Commit
2ccd029
·
1 Parent(s): 4e16837

hotfix interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ interface = gr.Interface(
172
  outputs=[
173
  "highlight", # Highlighted job posting text with extracted entities
174
  gr.DataFrame(label="Ranked Knowledge"), # Ranked knowledge table
175
- gr.Image(label="Pie Chart for Terms Above Threshold")
176
  gr.Image(label="Comparison Chart"), # Bar chart visualization
177
  ],
178
  title="Resume vs Job Posting Knowledge Match with Highlights and Rankings",
 
172
  outputs=[
173
  "highlight", # Highlighted job posting text with extracted entities
174
  gr.DataFrame(label="Ranked Knowledge"), # Ranked knowledge table
175
+ gr.Image(label="Pie Chart for Terms Above Threshold"),
176
  gr.Image(label="Comparison Chart"), # Bar chart visualization
177
  ],
178
  title="Resume vs Job Posting Knowledge Match with Highlights and Rankings",