Spaces:
Runtime error
Runtime error
| {% 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 %} | |