sarim commited on
Commit
2d6d9ab
·
1 Parent(s): aac615e

display text

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):