sarim commited on
Commit
9d9a236
·
1 Parent(s): edec77b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ async def resume_AI(data):
42
 
43
  )
44
 
45
-
46
  result = agent.run_sync(user_prompt=f"Improve this resume: {data}")
47
  st.markdown(result.data)
48
 
 
42
 
43
  )
44
 
45
+ print(data)
46
  result = agent.run_sync(user_prompt=f"Improve this resume: {data}")
47
  st.markdown(result.data)
48