Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def generate_prompt(keywords,api_key):
|
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
-
api_key_input = Textbox(label="Then go to this https://platform.openai.com/account/api-keys generate secret key and paste it here",placeholder = "eg: sk-
|
| 20 |
|
| 21 |
keywords_input = Textbox(label="Keywords you want in your description", placeholder="eg: A dragon taking over the world")
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
+
api_key_input = Textbox(label="Then go to this https://platform.openai.com/account/api-keys generate secret key and paste it here",placeholder = "eg: sk-I2Q9qY3riJAfZI5xunVkT3BlbkFJ34b2I5Y8EGsdv2R9EoTX8Gl")
|
| 20 |
|
| 21 |
keywords_input = Textbox(label="Keywords you want in your description", placeholder="eg: A dragon taking over the world")
|
| 22 |
|