Nechba commited on
Commit
ee86259
·
verified ·
1 Parent(s): 4403c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ async def generate_article_eng(request: ArticleRequesteng):
49
  - article_title: str - The title of the article.
50
  - main_keyword: str - The main keyword for the article.
51
  - target_tone: str - The target tone of the article.
 
52
  """
53
  try:
54
  # Basic validation of the input
 
49
  - article_title: str - The title of the article.
50
  - main_keyword: str - The main keyword for the article.
51
  - target_tone: str - The target tone of the article.
52
+ - optional_text: str - Optional text to include in the article.
53
  """
54
  try:
55
  # Basic validation of the input