SanaomerUnity commited on
Commit
2002f27
·
1 Parent(s): ea907b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import backgammon
3
 
4
  def greet(GNUID):
5
- b = backgammon.Backgammon(GNUID, "0:0:1:00:0:0:0:7:8")
6
  for play in b.generate_plays():
7
  return play.moves, play.position
8
 
 
2
  import backgammon
3
 
4
  def greet(GNUID):
5
+ b = backgammon.Backgammon(GNUID, "cAngAAAAAAAA")
6
  for play in b.generate_plays():
7
  return play.moves, play.position
8