sarim commited on
Commit
669d8d6
·
1 Parent(s): 902b7e6

json result

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.data)
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.all_messages_json)
41
  print(result_1)
42
 
43