Spaces:
Running
Running
refine system prompts
Browse files
app.py
CHANGED
@@ -31,7 +31,8 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
|
|
31 |
"Cultural Exchange: Speculate on how humans and aliens might interact, inspired by Arrival.",
|
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 |
)
|
|
|
31 |
"Cultural Exchange: Speculate on how humans and aliens might interact, inspired by Arrival.",
|
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 |
+
"Give alteast 5 destinations"
|
36 |
),
|
37 |
#result_type = List[customModel.TravelAgency]
|
38 |
)
|