Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,6 @@ def get_converted_speed(unit:str, speed:float)-> float: #it's import to specify
|
|
15 |
Args:
|
16 |
unit: A string representing the unit speed is supplied in. Can be either "kph" or "mph".
|
17 |
speed: A float representing the speed.
|
18 |
-
|
19 |
-
Returns: A float representing the converted speed.
|
20 |
"""
|
21 |
factor = 0.621371;
|
22 |
|
|
|
15 |
Args:
|
16 |
unit: A string representing the unit speed is supplied in. Can be either "kph" or "mph".
|
17 |
speed: A float representing the speed.
|
|
|
|
|
18 |
"""
|
19 |
factor = 0.621371;
|
20 |
|