sarim commited on
Commit
d8739e3
·
1 Parent(s): b0755cc

update prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ async def resume_AI(data):
43
  )
44
 
45
 
46
- result = agent.run_sync(user_prompt=f"Improve this resume: {data}")
47
  st.markdown(result.data)
48
 
49
  def extract_data(feed):
 
43
  )
44
 
45
 
46
+ result = agent.run_sync(user_prompt=f"Improve this resume: {data} and update based in this job description {user_input}")
47
  st.markdown(result.data)
48
 
49
  def extract_data(feed):