Ali Abid commited on
Commit
9bf56dc
1 Parent(s): c593f83
Files changed (1) hide show
  1. ui/app.py +1 -1
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():