jonathanagustin commited on
Commit
9c76877
1 Parent(s): 97e46d3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def main():
60
  with gr.Column(scale=1):
61
  api_key_input = gr.Textbox(
62
  label="OpenAI API Key",
63
- info="Get OpenAI API Key: https://platform.openai.com/account/api-keys",
64
  type="password",
65
  placeholder="Enter your OpenAI API Key",
66
  )
 
60
  with gr.Column(scale=1):
61
  api_key_input = gr.Textbox(
62
  label="OpenAI API Key",
63
+ info="https://platform.openai.com/account/api-keys",
64
  type="password",
65
  placeholder="Enter your OpenAI API Key",
66
  )