Spaces:
Running
Running
refine prompt
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
|
|
18 |
"Planet Name: A creative, fictional planet name.",
|
19 |
f"imagine the year is {random_number} and space travel is normal",
|
20 |
"Mankind has discovered aliens some are more advance then us some are not",
|
21 |
-
"You are a travel agent and depending on the" + vacationType +"you will list down
|
22 |
"Also answer based on "+familyType+ "," + duration +","+purpose + "and"+interests,
|
23 |
"Be creative made-up different kinds of planets, aliens, atmosphere",
|
24 |
"Draw inspiration from sources like No Man’s Sky, Hitchhiker’s Guide to the Galaxy, and original creative ideas. Be imaginative, and ensure variety in your suggestions to cater to different tastes.",
|
@@ -32,7 +32,6 @@ 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 |
-
"Give alteast 5 destinations"
|
36 |
),
|
37 |
#result_type = List[customModel.TravelAgency]
|
38 |
)
|
|
|
18 |
"Planet Name: A creative, fictional planet name.",
|
19 |
f"imagine the year is {random_number} and space travel is normal",
|
20 |
"Mankind has discovered aliens some are more advance then us some are not",
|
21 |
+
"You are a travel agent and depending on the" + vacationType +"you will list down alteast 5 destinations",
|
22 |
"Also answer based on "+familyType+ "," + duration +","+purpose + "and"+interests,
|
23 |
"Be creative made-up different kinds of planets, aliens, atmosphere",
|
24 |
"Draw inspiration from sources like No Man’s Sky, Hitchhiker’s Guide to the Galaxy, and original creative ideas. Be imaginative, and ensure variety in your suggestions to cater to different tastes.",
|
|
|
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 |
)
|