Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|