sarim commited on
Commit
ff77ba2
·
1 Parent(s): 7c4c147

correct formate

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,11 +17,11 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
17
  "Mankind has discovered aliens some are more advance then us some are not",
18
  "You are a travel agent and depending on the" + vacationType +"you will list down some destinations",
19
  "Also answer based on "+familyType+ "," + duration +","+purpose + "and"+interests,
20
- "answer in markdown formate"
21
  ))
22
  result_1 = agent.run_sync("for space travel which planet is the best")
23
  body = result_1
24
- st.markdown(body)
25
  print(result_1)
26
 
27
  def asyncOnClick(vacationType,familyType,duration,purpose,interests):
 
17
  "Mankind has discovered aliens some are more advance then us some are not",
18
  "You are a travel agent and depending on the" + vacationType +"you will list down some destinations",
19
  "Also answer based on "+familyType+ "," + duration +","+purpose + "and"+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):