Spaces:
Runtime error
Runtime error
Update wording
Browse files
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
|
110 |
-
|
|
|
|
|
|
|
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 |
|