Spaces:
Running
Running
Update src/app_job_copy_1.py
Browse files- src/app_job_copy_1.py +1 -1
src/app_job_copy_1.py
CHANGED
@@ -19,7 +19,7 @@ st.set_page_config(
|
|
19 |
page_icon="π¨βπ»π―",
|
20 |
layout="wide"
|
21 |
)
|
22 |
-
|
23 |
# Define pydantic model for structured output
|
24 |
class Shortlist(BaseModel):
|
25 |
fit_score: float = Field(description="A score between 0 and 10 indicating how closely the candidate profile matches the job requirements upto 3 decimal points.")
|
|
|
19 |
page_icon="π¨βπ»π―",
|
20 |
layout="wide"
|
21 |
)
|
22 |
+
os.environ["STREAMLIT_HOME"] = "/tmp"
|
23 |
# Define pydantic model for structured output
|
24 |
class Shortlist(BaseModel):
|
25 |
fit_score: float = Field(description="A score between 0 and 10 indicating how closely the candidate profile matches the job requirements upto 3 decimal points.")
|