JLW commited on
Commit
d8b3651
β€’
1 Parent(s): 1afe246

Update wording

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -106,8 +106,11 @@ with block as nim_game:
106
  nim_game.load(reset_game, inputs=[history_state, nim_game_env_state],
107
  outputs=[chatbot, history_state, message_tb, game_state_html, nim_game_env_state])
108
 
109
- gr.Markdown("""<center><a href="https://en.wikipedia.org/wiki/Nim" target="new">
110
- Nim is one of the first-ever electronic computerized games</a></center>""")
 
 
 
111
 
112
  gr.HTML("<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain πŸ¦œοΈπŸ”—</a></center>")
113
 
 
106
  nim_game.load(reset_game, inputs=[history_state, nim_game_env_state],
107
  outputs=[chatbot, history_state, message_tb, game_state_html, nim_game_env_state])
108
 
109
+ gr.Markdown("""<center>Each player may remove sticks from a pile on their turn.
110
+ Player to remove the last stick wins.
111
+ <a href="https://en.wikipedia.org/wiki/Nim" target="new">
112
+ Nim is one of the first-ever electronic computerized games</a>
113
+ </center>""")
114
 
115
  gr.HTML("<center>Powered by <a href='https://github.com/hwchase17/langchain'>LangChain πŸ¦œοΈπŸ”—</a></center>")
116