Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,16 +22,14 @@ def generate_business_concept(item1, item2, market1, market2):
|
|
| 22 |
return "Please provide all four inputs: two items and two target markets."
|
| 23 |
|
| 24 |
# System prompt that defines the GPT's behavior
|
| 25 |
-
system_prompt = """
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
3.
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
-
|
| 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
|
|
|
|
| 22 |
return "Please provide all four inputs: two items and two target markets."
|
| 23 |
|
| 24 |
# System prompt that defines the GPT's behavior
|
| 25 |
+
system_prompt = """1. Generate three distinct business ideas.\n
|
| 26 |
+
2. For each idea:\n"
|
| 27 |
+
a. Write exactly two sentences describing a business that uses or sells both items as a coherent product or service.\n"
|
| 28 |
+
b. Write exactly one sentence describing a hybrid target market that merges the needs and interests of both customer segments.\n"
|
| 29 |
+
3. Provide no additional commentary, explanations, or text beyond this.\n"
|
| 30 |
+
4. Use the following output format for each idea:\n"
|
| 31 |
+
- First two sentences: The business concept\n"
|
| 32 |
+
- Third sentence: The hybrid target market"
|
|
|
|
|
|
|
| 33 |
Provide no additional commentary, explanations, or text beyond this."""
|
| 34 |
|
| 35 |
# User message with the inputs
|