Spaces:
Running
Running
initial comment
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
|
|
37 |
)
|
38 |
result_1 = agent.run_sync(user_prompt="for space travel which planet is the best")
|
39 |
result = result_1
|
40 |
-
st.caption(result.
|
41 |
print(result_1)
|
42 |
|
43 |
|
|
|
37 |
)
|
38 |
result_1 = agent.run_sync(user_prompt="for space travel which planet is the best")
|
39 |
result = result_1
|
40 |
+
st.caption(result.data)
|
41 |
print(result_1)
|
42 |
|
43 |
|