Spaces:
Running
Running
jonathanagustin
commited on
Commit
•
9c76877
1
Parent(s):
97e46d3
Upload folder using huggingface_hub
Browse files
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="
|
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 |
)
|