jonathanagustin commited on
Commit
9c9ccd9
1 Parent(s): 26d8e93

Upload folder using huggingface_hub

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