Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def create_article(length_option, articles, params, web_page_option):
|
|
130 |
length = os.environ.get("LONG_LENGTH")
|
131 |
elif length_option == "SEO":
|
132 |
length = os.environ.get("SEO_LENGTH")
|
133 |
-
elif length_option == "SEO Plus"
|
134 |
length = os.environ.get("SEO_PLUS_LENGTH")
|
135 |
|
136 |
openai.api_key = os.environ.get("OPEN_API_KEY")
|
|
|
130 |
length = os.environ.get("LONG_LENGTH")
|
131 |
elif length_option == "SEO":
|
132 |
length = os.environ.get("SEO_LENGTH")
|
133 |
+
elif length_option == "SEO Plus":
|
134 |
length = os.environ.get("SEO_PLUS_LENGTH")
|
135 |
|
136 |
openai.api_key = os.environ.get("OPEN_API_KEY")
|