cxumol commited on
Commit
376b8ed
·
unverified ·
1 Parent(s): 877dc75

bold hint of in-app notice

Browse files
Files changed (1) hide show
  1. app/app.py +2 -2
app/app.py CHANGED
@@ -161,10 +161,10 @@ with gr.Blocks(
161
 
162
  """
163
  gr.Markdown(intro)
164
- with gr.Accordion("READ ME FIRST", open=False):
165
  guide = gr.Markdown("""## Setup
166
 
167
- > Expand "AI Setup" panel and setup API for 2 AI agents, **CheapAI** and **StrongAI**, before you start.
168
 
169
  + `API Key`: If you have no idea, go to https://beta.openai.com/account/api-keys
170
 
 
161
 
162
  """
163
  gr.Markdown(intro)
164
+ with gr.Accordion("=== IMPORTANT: READ ME FIRST ===", open=False):
165
  guide = gr.Markdown("""## Setup
166
 
167
+ > **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.
168
 
169
  + `API Key`: If you have no idea, go to https://beta.openai.com/account/api-keys
170