Spaces:
Runtime error
Runtime error
Update function.py
Browse files- function.py +1 -1
function.py
CHANGED
|
@@ -13,7 +13,7 @@ def generate_event_name(topic, audience, benefit):
|
|
| 13 |
|
| 14 |
# Define the template for generating the event name
|
| 15 |
event_name_template = (
|
| 16 |
-
"Generate an event name that combines the topic,
|
| 17 |
"The format should be ‘[Masterclass/Workshop/Bootcamp] on [topic] for [audience] to [benefit]’. "
|
| 18 |
"Make sure the name is engaging and highlights the value."
|
| 19 |
)
|
|
|
|
| 13 |
|
| 14 |
# Define the template for generating the event name
|
| 15 |
event_name_template = (
|
| 16 |
+
"Generate an event name that combines the topic:{topic},audience:{audience}, and benefit: {benefit}. "
|
| 17 |
"The format should be ‘[Masterclass/Workshop/Bootcamp] on [topic] for [audience] to [benefit]’. "
|
| 18 |
"Make sure the name is engaging and highlights the value."
|
| 19 |
)
|