update prompt
Browse files
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}")
|
47 |
st.markdown(result.data)
|
48 |
|
49 |
def extract_data(feed):
|