sarim commited on
Commit
3f375cd
·
1 Parent(s): 7118e1c

remove result type

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
33
  "Visual Arts: Imagery from H.R. Giger (Alien) or Moebius (The Incal).",
34
  "Graphic Novels: Saga, Transmetropolitan."
35
  ),
36
- result_type = List[customModel.TravelAgency]
37
  )
38
  result_1 = agent.run_sync(user_prompt="for space travel which planet is the best")
39
  result = result_1
 
33
  "Visual Arts: Imagery from H.R. Giger (Alien) or Moebius (The Incal).",
34
  "Graphic Novels: Saga, Transmetropolitan."
35
  ),
36
+ #result_type = List[customModel.TravelAgency]
37
  )
38
  result_1 = agent.run_sync(user_prompt="for space travel which planet is the best")
39
  result = result_1