cr7-gjx commited on
Commit
8786077
1 Parent(s): 83b66b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://arxiv.org/abs/2309.17277" target="_blank">here</a>!</center>
379
  """
380
 
381
  #Using info to add additional information about System message in GPT4
 
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>! Some Notes: In the initial games in the demo, Suspicion Agent typically exhibits aggressive play. This is because of the nature of GPT-4 and it is also observed in <a href="https://arxiv.org/abs/2308.12466" target="_blank">here</a>. </center>
379
  """
380
 
381
  #Using info to add additional information about System message in GPT4