benspigel commited on
Commit
0250370
·
verified ·
1 Parent(s): ed43a77

Update app.py

Browse files

refining prompt

Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -26,12 +26,13 @@ def generate_business_concept(item1, item2, market1, market2):
26
 
27
  1. Create exactly two sentences describing a business that uses or sells both items as a coherent product or service.
28
  2. Create exactly one sentence describing a hybrid target market that merges the needs and interests of both customer segments.
 
29
 
30
- Output format:
31
  - First two sentences: The business concept
32
  - Third sentence: The hybrid target market
33
 
34
- Provide no additional commentary, explanations, or text beyond these three sentences."""
35
 
36
  # User message with the inputs
37
  user_message = f"Items: {item1}, {item2}\nTarget Markets: {market1}, {market2}"
 
26
 
27
  1. Create exactly two sentences describing a business that uses or sells both items as a coherent product or service.
28
  2. Create exactly one sentence describing a hybrid target market that merges the needs and interests of both customer segments.
29
+ 3. Do this three times, outputting different business ideas each time.
30
 
31
+ Output format for each business idea:
32
  - First two sentences: The business concept
33
  - Third sentence: The hybrid target market
34
 
35
+ Provide no additional commentary, explanations, or text beyond this."""
36
 
37
  # User message with the inputs
38
  user_message = f"Items: {item1}, {item2}\nTarget Markets: {market1}, {market2}"