Spaces:
Runtime error
Runtime error
File size: 370 Bytes
4b63522 47f496b 4b63522 47f496b 4b63522 | 1 2 3 4 5 6 7 8 9 10 | {% 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 %}
|