display data
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ async def resume_AI(data):
|
|
35 |
)
|
36 |
|
37 |
result = agent.run_sync(user_prompt=f"Improve this resume: {data}")
|
38 |
-
|
39 |
|
40 |
def extract_data(feed):
|
41 |
|
|
|
35 |
)
|
36 |
|
37 |
result = agent.run_sync(user_prompt=f"Improve this resume: {data}")
|
38 |
+
st.markdown(result.data)
|
39 |
|
40 |
def extract_data(feed):
|
41 |
|