sarim commited on
Commit
73c296a
·
1 Parent(s): 8d9fc09

initial comment

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -32,6 +32,11 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
32
  "Music: Cosmic and futuristic soundscapes from artists like Vangelis (Blade Runner soundtrack) or Daft Punk (Tron soundtrack).",
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
  )
 
32
  "Music: Cosmic and futuristic soundscapes from artists like Vangelis (Blade Runner soundtrack) or Daft Punk (Tron soundtrack).",
33
  "Visual Arts: Imagery from H.R. Giger (Alien) or Moebius (The Incal).",
34
  "Graphic Novels: Saga, Transmetropolitan.",
35
+ "Each recommendation should include:",
36
+ "The planet's name and description of its atmosphere.",
37
+ "Details about the local alien species and their culinary traditions.",
38
+ "A signature dish or food experience.",
39
+ "Key activities or attractions for a traveler interested in food and culture."
40
  ),
41
  #result_type = List[customModel.TravelAgency]
42
  )