Skip to content

Commit

Permalink
more clear alerts on API Key provision
Browse files Browse the repository at this point in the history
  • Loading branch information
cxumol authored Apr 4, 2024
1 parent 6770dec commit 2948d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def finalize_letter_pdf(
intro = f"""# {DEMO_TITLE}
> You provide job description and résumé, and I write Cover letter for you!
**IMPORTANT** In order to enable AI capability, you have to ***BRING YOUR OWN API Key***.
**IMPORTANT** API Keys are not provided by default. In order to enable AI capability, you have to ***BRING YOUR OWN API Key***.
"""
gr.Markdown(intro)
with gr.Accordion("=== IMPORTANT: READ ME FIRST ===", open=False):
Expand Down

0 comments on commit 2948d70

Please sign in to comment.