Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -391,7 +391,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
391 |
gr.HTML(title)
|
392 |
gr.HTML("""<h3 align="center">🔥This Huggingface Gradio Demo provides a variety of game matches against a GPT4 agent. Please note that you would be needing an OPENAI API key for GPT4 access</h1>""")
|
393 |
gr.HTML(theme_addon_msg)
|
394 |
-
gr.HTML("""<a href="https://arxiv.org/abs/2309.17277" target="_blank">Github Codes</a>""")
|
395 |
gr.HTML('''<center><a href="https://huggingface.co/spaces/cr7-gjx/Suspicion-Agent-Demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
396 |
|
397 |
initial_state = {
|
|
|
391 |
gr.HTML(title)
|
392 |
gr.HTML("""<h3 align="center">🔥This Huggingface Gradio Demo provides a variety of game matches against a GPT4 agent. Please note that you would be needing an OPENAI API key for GPT4 access</h1>""")
|
393 |
gr.HTML(theme_addon_msg)
|
394 |
+
gr.HTML("""<center><a href="https://arxiv.org/abs/2309.17277" target="_blank">Github Codes</a></center>""")
|
395 |
gr.HTML('''<center><a href="https://huggingface.co/spaces/cr7-gjx/Suspicion-Agent-Demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
396 |
|
397 |
initial_state = {
|