Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,8 +23,6 @@ def temperature_converter(operation: str) -> str:
|
|
| 23 |
Returns:
|
| 24 |
str: The converted temperature result as a string.
|
| 25 |
|
| 26 |
-
Raises:
|
| 27 |
-
ValueError: If the input format is incorrect or an unsupported conversion is requested.
|
| 28 |
"""
|
| 29 |
try:
|
| 30 |
# Allowed characters for security
|
|
|
|
| 23 |
Returns:
|
| 24 |
str: The converted temperature result as a string.
|
| 25 |
|
|
|
|
|
|
|
| 26 |
"""
|
| 27 |
try:
|
| 28 |
# Allowed characters for security
|