sarim commited on
Commit
7a35049
·
1 Parent(s): 1238834

initial comment

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