Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🧠
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
@@ -94,4 +94,4 @@ With the backend server running and the frontend open in your browser, you can n
|
|
94 |
|
95 |
- `POST /api/generate`: Takes initial user data and generates a full resume.
|
96 |
- `POST /api/score`: Takes the current resume text and a job description and returns a `{ score, suggestions }` JSON object.
|
97 |
-
- `POST /api/refine_section`: Takes a piece of text and an instruction (e.g., "make it more concise") and returns the refined text.
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.34.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
94 |
|
95 |
- `POST /api/generate`: Takes initial user data and generates a full resume.
|
96 |
- `POST /api/score`: Takes the current resume text and a job description and returns a `{ score, suggestions }` JSON object.
|
97 |
+
- `POST /api/refine_section`: Takes a piece of text and an instruction (e.g., "make it more concise") and returns the refined text.
|