Spaces:
Sleeping
Sleeping
cxumol
commited on
bold hint of in-app notice
Browse files- 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 |
-
>
|
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 |
|