AI-Resume-Ranker-API / app /templates /generate_api.html
webcodelab's picture
Update app/templates/generate_api.html
47f496b verified
Raw
History Blame Contribute Delete
370 Bytes
{% extends "base.html" %}
{% block title %}Generate Resume Ranker API{% endblock %}
{% block content %}
<h2>Generate Resume Ranker API</h2>
<p>This will generate a single endpoint that accepts resumes and a job description, and returns ranked results.</p>
<form method="POST">
<button type="submit" class="btn btn-primary">Generate API</button>
</form>
{% endblock %}