Spaces:
Running
Running
cxumol
commited on
more clear alerts on API Key provision
Browse files- 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):
|