AnishaG0201 commited on
Commit
e14ff63
·
verified ·
1 Parent(s): e6cd17a

Update function.py

Browse files
Files changed (1) hide show
  1. 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, audience, and 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
  )
 
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
  )