Skip to content

Commit

Permalink
bold hint of in-app notice
Browse files Browse the repository at this point in the history
  • Loading branch information
cxumol authored Apr 4, 2024
1 parent 877dc75 commit 376b8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ def finalize_letter_pdf(
"""
gr.Markdown(intro)
with gr.Accordion("READ ME FIRST", open=False):
with gr.Accordion("=== IMPORTANT: READ ME FIRST ===", open=False):
guide = gr.Markdown("""## Setup
> Expand "AI Setup" panel and setup API for 2 AI agents, **CheapAI** and **StrongAI**, before you start.
> **IMPORTANT**: Setup **API Keys** for 2 AI agents, CheapAI and StrongAI, on the "AI Setup" panel before you start. If you know what you are doing, change other API configurations as well.
+ `API Key`: If you have no idea, go to https://beta.openai.com/account/api-keys
Expand Down

0 comments on commit 376b8ed

Please sign in to comment.