test data
Browse files
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 |
|