Spaces:
Running
Running
Update app.py
Browse files
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
|