Sasha Rush commited on
Commit
56b0a2e
β€’
1 Parent(s): aaff3c0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -368,7 +368,7 @@ with gr.Blocks() as app:
368
  <h1>🌎 GPTWorld 🌍</h1>
369
 
370
  <p>
371
- GPTWorld is a prompting game. Your goal is to get an LLM to complete a maze. You start at (o) need to first get the key and then reach the exit (x). The game takes place on a hexagonal grid with walls [Even rows are labeled (0,0), (0, 2), (0,4) and odd rows are labeled (1, 1), (1, 3), (1, 5)]. You play by prompting GPT to write code which solves the game on the right.
372
  </p>
373
  </center>
374
  """)
 
368
  <h1>🌎 GPTWorld 🌍</h1>
369
 
370
  <p>
371
+ GPTWorld is a prompting game. Your goal is to get an LLM to complete a maze. You are the red dot (πŸ”΄) need to first get the key (β–²) and then reach the exit (x). The game takes place on a hexagonal grid with walls [Even rows are labeled (0,0), (0, 2), (0,4) and odd rows are labeled (1, 1), (1, 3), (1, 5)]. You play by prompting GPT to write code which solves the game on the right.
372
  </p>
373
  </center>
374
  """)