Spaces:
Runtime error
Runtime error
Commit
·
52077d5
1
Parent(s):
7908063
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
124 |
gr.HTML(title)
|
125 |
gr.HTML("""<h3 align="center">🔥Using a swarm of automated agents, we can perform fast and accurate research on any topic. 🚀🐝. 🎉🥳🎉You don't need to spent tons of hours during reseachy🙌</h1>""")
|
126 |
gr.HTML(theme_addon_msg)
|
127 |
-
gr.HTML('''<center><a href="https://huggingface.co/spaces/swarm-agents/swarm-agents?duplicate=true"
|
128 |
|
129 |
with gr.Column(elem_id = "col_container"):
|
130 |
#GPT4 API Key is provided by Huggingface
|
|
|
124 |
gr.HTML(title)
|
125 |
gr.HTML("""<h3 align="center">🔥Using a swarm of automated agents, we can perform fast and accurate research on any topic. 🚀🐝. 🎉🥳🎉You don't need to spent tons of hours during reseachy🙌</h1>""")
|
126 |
gr.HTML(theme_addon_msg)
|
127 |
+
gr.HTML('''<center><a href="https://huggingface.co/spaces/swarm-agents/swarm-agents?duplicate=true"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
128 |
|
129 |
with gr.Column(elem_id = "col_container"):
|
130 |
#GPT4 API Key is provided by Huggingface
|