ryanrwatkins commited on
Commit
eff8c86
·
1 Parent(s): 9546f1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def download_prompt_templates():
72
 
73
  def on_prompt_template_change(prompt_template):
74
  if not isinstance(prompt_template, str): return
75
- return prompt_templates[prompt_template]#, actor_description[prompt_template]
76
 
77
  def on_prompt_template_change_description(prompt_template):
78
  if not isinstance(prompt_template, str): return
 
72
 
73
  def on_prompt_template_change(prompt_template):
74
  if not isinstance(prompt_template, str): return
75
+ return prompt_templates[prompt_template], actor_description[prompt_template]
76
 
77
  def on_prompt_template_change_description(prompt_template):
78
  if not isinstance(prompt_template, str): return