ak0601 commited on
Commit
845112e
Β·
verified Β·
1 Parent(s): a6e11b7

Update src/app_job_copy_1.py

Browse files
Files changed (1) hide show
  1. 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.")