Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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
|