Spaces:
Runtime error
Runtime error
Ali Abid
commited on
Commit
•
9bf56dc
1
Parent(s):
c593f83
fix
Browse files
ui/app.py
CHANGED
@@ -18,7 +18,7 @@ CSS = """
|
|
18 |
with gr.Blocks(css=CSS) as app:
|
19 |
with gr.Column() as setup_pane:
|
20 |
gr.Markdown(f"""# Auto-GPT
|
21 |
-
1. Duplicate this Space: <a href="https://huggingface.co/spaces/{os.getenv('SPACE_ID')}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>
|
22 |
2. Enter your <a href="https://platform.openai.com/account/api-keys">OpenAI API Key</a> below.
|
23 |
""")
|
24 |
with gr.Row():
|
|
|
18 |
with gr.Blocks(css=CSS) as app:
|
19 |
with gr.Column() as setup_pane:
|
20 |
gr.Markdown(f"""# Auto-GPT
|
21 |
+
1. Duplicate this Space: <a href="https://huggingface.co/spaces/{os.getenv('SPACE_ID')}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a> This will **NOT** work without duplication!
|
22 |
2. Enter your <a href="https://platform.openai.com/account/api-keys">OpenAI API Key</a> below.
|
23 |
""")
|
24 |
with gr.Row():
|