cxumol commited on
Commit
2948d70
·
unverified ·
1 Parent(s): 6770dec

more clear alerts on API Key provision

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(
162
  intro = f"""# {DEMO_TITLE}
163
  > You provide job description and résumé, and I write Cover letter for you!
164
 
165
- **IMPORTANT** In order to enable AI capability, you have to ***BRING YOUR OWN API Key***.
166
  """
167
  gr.Markdown(intro)
168
  with gr.Accordion("=== IMPORTANT: READ ME FIRST ===", open=False):
 
162
  intro = f"""# {DEMO_TITLE}
163
  > You provide job description and résumé, and I write Cover letter for you!
164
 
165
+ **IMPORTANT** API Keys are not provided by default. In order to enable AI capability, you have to ***BRING YOUR OWN API Key***.
166
  """
167
  gr.Markdown(intro)
168
  with gr.Accordion("=== IMPORTANT: READ ME FIRST ===", open=False):