marcelbinz commited on
Commit
1032d61
·
verified ·
1 Parent(s): 1b0edcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -46,8 +46,7 @@ If Player chooses option J and Opponent chooses option J, then Player wins 10 po
46
  If Player chooses option J and Opponent chooses option Z, then Player wins 3 points and Opponent wins 12 points.
47
  If Player chooses option Z and Opponent chooses option J, then Player wins 12 points and Opponent wins 3 points.
48
  If Player chooses option Z and Opponent chooses option Z, then Player wins 5 points and Opponent wins 5 points.
49
- You predict that Player will choose option <<
50
- """
51
 
52
  with gr.Blocks(
53
  fill_width=True,
 
46
  If Player chooses option J and Opponent chooses option Z, then Player wins 3 points and Opponent wins 12 points.
47
  If Player chooses option Z and Opponent chooses option J, then Player wins 12 points and Opponent wins 3 points.
48
  If Player chooses option Z and Opponent chooses option Z, then Player wins 5 points and Opponent wins 5 points.
49
+ You predict that Player will choose option <<"""
 
50
 
51
  with gr.Blocks(
52
  fill_width=True,