sarim commited on
Commit
1238834
·
1 Parent(s): ff77ba2
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,9 +20,9 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
20
 
21
  ))
22
  result_1 = agent.run_sync("for space travel which planet is the best")
23
- body = result_1
24
- st.write(body)
25
- print(result_1)
26
 
27
  def asyncOnClick(vacationType,familyType,duration,purpose,interests):
28
  asyncio.run(onClick(vacationType,familyType,duration,purpose,interests))
 
20
 
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):
28
  asyncio.run(onClick(vacationType,familyType,duration,purpose,interests))