Spaces:
Sleeping
Sleeping
correcting the argument name celsius
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
|
|
| 12 |
def convert_celsius_to_fahrenheit(celsius: float)-> float:
|
| 13 |
"""A tool to convert temperature celsuis to fahrenheit
|
| 14 |
Args:
|
| 15 |
-
|
| 16 |
Return:
|
| 17 |
return: temperature in fahrenheit (in float)
|
| 18 |
"""
|
|
|
|
| 12 |
def convert_celsius_to_fahrenheit(celsius: float)-> float:
|
| 13 |
"""A tool to convert temperature celsuis to fahrenheit
|
| 14 |
Args:
|
| 15 |
+
celsius: temperature in celsius (in float)
|
| 16 |
Return:
|
| 17 |
return: temperature in fahrenheit (in float)
|
| 18 |
"""
|