celise88 commited on
Commit
b1bcf4f
·
unverified ·
1 Parent(s): 64b8d18

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -15,7 +15,6 @@ templates = Jinja2Templates(directory="templates/")
15
 
16
  onet = pd.read_csv('static/ONET_JobTitles.csv')
17
  coheredat = pd.read_csv('static/cohere_tSNE_dat.csv')
18
- simdat = pd.read_csv('static/cohere_embeddings.csv')
19
 
20
  ### job information center ###
21
  # get
@@ -73,4 +72,4 @@ async def render_matches(request: Request):
73
  # post
74
  @app.post("find_my_match.html", response_class=HTMLResponse)
75
  async def render_matches(request: Request, resume: str = File(...)):
76
- pass
 
15
 
16
  onet = pd.read_csv('static/ONET_JobTitles.csv')
17
  coheredat = pd.read_csv('static/cohere_tSNE_dat.csv')
 
18
 
19
  ### job information center ###
20
  # get
 
72
  # post
73
  @app.post("find_my_match.html", response_class=HTMLResponse)
74
  async def render_matches(request: Request, resume: str = File(...)):
75
+ pass