asescodes commited on
Commit
bba6ed4
1 Parent(s): ec4c5be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 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")
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