Spaces:
Running
Running
display text
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
|
|
20 |
))
|
21 |
result_1 = agent.run_sync("for space travel which planet is the best")
|
22 |
body = result_1
|
|
|
23 |
print(result_1)
|
24 |
|
25 |
def asyncOnClick(vacationType,familyType,duration,purpose,interests):
|
|
|
20 |
))
|
21 |
result_1 = agent.run_sync("for space travel which planet is the best")
|
22 |
body = result_1
|
23 |
+
st.caption(body)
|
24 |
print(result_1)
|
25 |
|
26 |
def asyncOnClick(vacationType,familyType,duration,purpose,interests):
|