fargerm commited on
Commit
67c921b
1 Parent(s): fc46acd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def generate_protagonist(protagonist_description):
78
  ]
79
  )
80
 
81
- return message.content[0].text # Return the relevant content
82
 
83
  def generate_antagonist(antagonist_description):
84
  client = anthropic.Anthropic(api_key=API_KEY)
 
78
  ]
79
  )
80
 
81
+ return message.content[0].text # Return the relevant content
82
 
83
  def generate_antagonist(antagonist_description):
84
  client = anthropic.Anthropic(api_key=API_KEY)