jonathanagustin commited on
Commit
26d8e93
1 Parent(s): 0f1f470

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ def main():
74
  with gr.Column(scale=1):
75
  api_key_input = gr.Textbox(
76
  label="API Key",
 
77
  type="password",
78
  placeholder="Enter your OpenAI API Key",
79
  value="",
 
74
  with gr.Column(scale=1):
75
  api_key_input = gr.Textbox(
76
  label="API Key",
77
+ info="Get API key at: [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys)",
78
  type="password",
79
  placeholder="Enter your OpenAI API Key",
80
  value="",