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