jonathanagustin commited on
Commit
db69a9c
1 Parent(s): b0a23ae

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ def main():
71
  with gr.Row():
72
  with gr.Column(scale=1):
73
  api_key_input = gr.Textbox(
74
- label="API Key",
75
- info="Get API key at: [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys)",
76
  type="password",
77
  placeholder="Enter your OpenAI API Key",
78
  value="",
 
71
  with gr.Row():
72
  with gr.Column(scale=1):
73
  api_key_input = gr.Textbox(
74
+ label="OpenAI API Key",
75
+ info="Get OpenAI key at: <a href='https://platform.openai.com/account/api-keys'>",
76
  type="password",
77
  placeholder="Enter your OpenAI API Key",
78
  value="",