cr7-gjx commited on
Commit
a10a7a5
·
1 Parent(s): 28a47b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -375,7 +375,7 @@ def set_valid_actions():
375
 
376
  title = """<h1 align="center">Suspicion-Agent Demo</h1>"""
377
  #display message for themes feature
378
- theme_addon_msg = """<center>This is an official Demo for <b>Suspicion-Agent: Playing Imperfect Information Games with Theory of Mind Aware GPT4</b>. Check out our paper for more details <a href="https://gradio.app/theming-guide/" target="_blank">here</a>!</center>
379
  """
380
 
381
  #Using info to add additional information about System message in GPT4
@@ -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('''<center><a href="https://huggingface.co/spaces/paulyoo/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>''')
395
 
396
  initial_state = {
397
  'verified': False,
 
375
 
376
  title = """<h1 align="center">Suspicion-Agent Demo</h1>"""
377
  #display message for themes feature
378
+ theme_addon_msg = """<center>This is an official Demo for <b>Suspicion-Agent: Playing Imperfect Information Games with Theory of Mind Aware GPT4</b>. Check out our paper for more details <a href="https://arxiv.org/abs/2309.17277" target="_blank">here</a>!</center>
379
  """
380
 
381
  #Using info to add additional information about System message in GPT4
 
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://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>''')
395
 
396
  initial_state = {
397
  'verified': False,