neopolita commited on
Commit
6f643b2
·
verified ·
1 Parent(s): 85571c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
12
  def get_fibonacci(n: int)-> int:
13
  """A tool that returns the nth number in the Fibonacci sequence
14
  Args:
15
- arg1: fibonacci position
16
  """
17
  if n <= 1:
18
  return n
 
12
  def get_fibonacci(n: int)-> int:
13
  """A tool that returns the nth number in the Fibonacci sequence
14
  Args:
15
+ n: fibonacci position
16
  """
17
  if n <= 1:
18
  return n