Spaces:
Running
Running
typo fix for ci
Browse files
probability/17_normal_distribution.py
CHANGED
@@ -407,7 +407,7 @@ def _(create_range_probability_example, fig_to_image, mo, stats):
|
|
407 |
|
408 |
@app.cell(hide_code=True)
|
409 |
def _(create_voltage_example_visualization, fig_to_image, mo):
|
410 |
-
# Create
|
411 |
voltage_fig, voltage_error_prob = create_voltage_example_visualization()
|
412 |
|
413 |
# Display
|
|
|
407 |
|
408 |
@app.cell(hide_code=True)
|
409 |
def _(create_voltage_example_visualization, fig_to_image, mo):
|
410 |
+
# Create visualization
|
411 |
voltage_fig, voltage_error_prob = create_voltage_example_visualization()
|
412 |
|
413 |
# Display
|