juanxo90 commited on
Commit
083c7e5
·
verified ·
1 Parent(s): bf2429f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
38
  def normal_distribution_array(mu:float, sigma:float):
39
  """A tool calculate a numpy array of a normal distribution using the mu and sigma.
40
  Args:
41
- mu (float): median of the normal distriburion.
42
- sigma (float): standard deviation of the normal distribution.
43
  """
44
  try:
45
  from numpy.random import normal
 
38
  def normal_distribution_array(mu:float, sigma:float):
39
  """A tool calculate a numpy array of a normal distribution using the mu and sigma.
40
  Args:
41
+ mu: median of the normal distriburion.
42
+ sigma: standard deviation of the normal distribution.
43
  """
44
  try:
45
  from numpy.random import normal