jonathanagustin commited on
Commit
e3f2b5b
1 Parent(s): 7068a4f

Upload folder using huggingface_hub

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