Spaces:
Runtime error
Runtime error
Commit
·
308f622
1
Parent(s):
2771759
fix typo
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(css=css) as demo:
|
|
174 |
This is a very useful tool in probability theory and is used in many real-world applications.
|
175 |
|
176 |
## The Monty Hall problem
|
177 |
-
|
178 |
|
179 |
The problem is as follows:
|
180 |
- You are a contestant on the show and are presented with `three doors`.
|
|
|
174 |
This is a very useful tool in probability theory and is used in many real-world applications.
|
175 |
|
176 |
## The Monty Hall problem
|
177 |
+
The Monty Hall problem is a famous probability puzzle that shows how counterintuitive probability can be. It is also a good illustration of we can decompose a complex probability into simple ones using `conditional probability` and the `law of total probability`.
|
178 |
|
179 |
The problem is as follows:
|
180 |
- You are a contestant on the show and are presented with `three doors`.
|